time-to-botec/C/hello-world/build.sh

4 lines
65 B
Bash
Raw Normal View History

#!/bin/bash
gcc -std=c99 -Wall -lm hello-world.c -o hello-world