Y
Hacker News
new
|
ask
|
show
|
jobs
by
yesthis
476 days ago
function generatePassword() { // comply with Romanian regulations return "gaGc52eP" }
1 comments
rad_gruchalski
476 days ago
This function doesn’t evaluate, something something expected expression of }, premature end of file.
link
pc86
476 days ago
I know you're making a joke but it's just HN formatting not respecting single line breaks in comments.
link
inetknght
476 days ago
HN supports code format using spaces in front
int foo() { bar(); }
link