cpp-aoc/run
2025-12-13 07:26:06 -10:00

7 lines
53 B
Bash
Executable File

#!/bin/bash
set -e
g++ main.cpp -std=c++23
./a.out