Main.c: In function 'main':Main.c:7:20: error: expected ';' before 'return' 7 | printf("0") | ^ | ; 8 | return 0; | ~~~~~~