#include <stdio.h> int main() { printf("Hello World!\\n"); printf("From Oliver Park"); }
We are using ā\nā to insert or make a new line. We can also use it in multiple lines, but it is quite hard to read with that.