#include <stdio.h>
int main() {
printf(
"You forgot a newline,"
" your indentation is horrible (who the fuck indents his code like that?),"
" you forgot to put your code in a code block so it actually looks monospaced,"
" your code style is horrible (no indentation, and not putting a space between \"#include\" and \"<stdio.h>\"),"
" and you forgot a return value.\n"
);
}