5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
g++ src/day$1.cpp -std=c++23 -g3
|