Skip to content

Latest commit

 

History

History

example_template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Silk example - { template }

  • 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