4 lines
65 B
Bash
4 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
gcc -std=c99 -Wall -lm hello-world.c -o hello-world
|