time-to-botec/C/hello-world/build.sh
NunoSempere 57fc886bed feat: More progress
- Add C
- Time the different languages.
- Wrap Squiggle in a js runtime.
2022-12-01 15:04:37 +00:00

4 lines
65 B
Bash
Executable File

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