Files
first/build.sh
2024-01-10 07:53:55 +01:00

4 lines
61 B
Bash

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