In function 'main': 4:25: error: expected ';' before 'return' 4 | printf("Hello World!") | ^ | ; 5 | return 0; | ~~~~~~