Comment by archargelod
2 months ago
This website eats newlines, unless you double them (one of the annoying features of markdown). You can use codeblocks by putting 4 spaces before each line:
int main() {
// this should be properly formatted
return 0;
};
No comments yet
Contribute on Hacker News ↗