hello-world/c++/test.sh
2024-04-04 21:45:36 +02:00

3 lines
57 B
Bash
Executable File

#!/bin/bash
g++ helloworld.cpp -o helloworld
./helloworld