You can create multiline code snippets by indenting each line with at least four spaces or one tab:
#include <stdio.h> int main() { printf("Hello World!\n"); return 0; }