cpp-aoc/run
2025-12-13 13:27:09 -10:00

7 lines
58 B
Bash
Executable File

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