6 lines
42 B
Bash
6 lines
42 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gcc code.c -o code -lm
|
||
|
|
||
|
./code
|