Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 120 Bytes

File metadata and controls

11 lines (8 loc) · 120 Bytes

Compile instruction

gcc es.c ; ./a.out

To include math library

gcc es.c -lm ; ./a.out