Files
first/build.sh
2024-01-05 21:12:58 +01:00

4 lines
55 B
Bash

#!/usr/bin/env bash
gcc -o bld build_main.cpp -g
./bld