Skip to content

I-I-S-Viola-Marchesini/language_C_exercises-3v2

 
 

Repository files navigation

to compile:

$ gcc exercise.c -o exercise

to execute:

$ ./exercise

to compile with the math.h library:

$ gcc exercise.c -o exercise -lm

to compile with standard filename a.out:

$ gcc exercise.c

to compile with standard filename a.out and execute in the same line:

$ gcc exercise.c ; ./a.out

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%