Hacker News new | ask | show | jobs
by yesthis 476 days ago
function generatePassword() { // comply with Romanian regulations return "gaGc52eP" }
1 comments

This function doesn’t evaluate, something something expected expression of }, premature end of file.
I know you're making a joke but it's just HN formatting not respecting single line breaks in comments.
HN supports code format using spaces in front

    int foo()
    {
       bar();
    }