CPP-on-NixOS/run.sh

8 lines
58 B
Bash
Executable File

#!/bin/sh
rm a.out
clang++ -std=c++23 main.cpp
./a.out