2 lines
42 B
Bash
2 lines
42 B
Bash
|
|
gcc main.c -o main -std=c11 -lm && ./main
|
|
|
gcc main.c -o main -std=c11 -lm && ./main
|