Run ❯
×
Change Orientation
Change Theme, Dark/Light
#include
int main() { char txt[] = "Hello\nWorld!"; printf("%s", txt); return 0; }
Hello
World!