hello-world/c/test.sh
2024-04-04 21:44:52 +02:00

3 lines
55 B
Bash
Executable File

#!/bin/bash
gcc helloworld.c -o helloworld
./helloworld