Files
first/build.sh
2024-01-28 08:14:24 +01:00

4 lines
61 B
Bash

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