Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C

Compiler

gcc 10.1.0

Options
Warnings
C99
-pedantic

Author

anonymous

almost 5 years ago

$ gcc prog.c -Wall -Wextra -std=c99 -pedantic
prog.c:12:6: warning: return type of 'main' is not 'int' [-Wmain]
   12 | void main(){
      |      ^~~~
0 0 0 0 0 0 0 0 0 
0 1 2 3 4 5 6 7 8 
Exit Code:
10