#include <stdio.h> int main() { printf("First line\n"); printf("Second line"); return 0; }
Click Run to execute this code.