Hacker News new | ask | show | jobs
by pc86 480 days ago
I know you're making a joke but it's just HN formatting not respecting single line breaks in comments.
1 comments

HN supports code format using spaces in front

    int foo()
    {
       bar();
    }