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