Files
first/build.sh
2024-01-27 19:32:12 +01:00

4 lines
60 B
Bash

#!/usr/bin/env bash
g++ -o bld build_tool/main.cpp -g
./bld