-
Example submited by: @YourName
-
Compilation command (on linux):
$ cc main.c -o example.out -lm
$ ./example.out
- Compilation command (on windows):
$ cc main.c -o example.exe -lm
$ ./example.exe
- Compilation command (on macOS):
$ cc main.c -o example.out -lm
$ ./example.out