Output new line character
#include <stdio.h> int main(void) { printf("one\ntwo\nthree\nfour"); return 0; }