← Back to context Comment by captaincrunch 2 months ago just a formatting issue on my side, there were \n. 2 comments captaincrunch Reply 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; }; kragen 2 months ago If you fix it, other people can test your code without having to fix the syntax themselves first.
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; };
kragen 2 months ago If you fix it, other people can test your code without having to fix the syntax themselves first.
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:
If you fix it, other people can test your code without having to fix the syntax themselves first.