Files
first/build.sh
2024-01-05 21:18:08 +01:00

4 lines
57 B
Bash

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