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