hello-world/c/test.sh

3 lines
55 B
Bash
Raw Normal View History

2024-04-04 19:44:52 +00:00
#!/bin/bash
gcc helloworld.c -o helloworld
./helloworld