hello-world/c++/test.sh

3 lines
57 B
Bash
Raw Normal View History

2024-04-04 19:45:36 +00:00
#!/bin/bash
g++ helloworld.cpp -o helloworld
./helloworld