cpp-aoc/script/build
2025-12-15 08:38:16 -10:00

5 lines
53 B
Bash
Executable File

#!/bin/bash
set -e
g++ src/day$1.cpp -std=c++23 -g3