transistor-clicker/make.sh
2024-12-11 03:29:19 +00:00

3 lines
63 B
Bash
Executable File

g++-10 $1 -o $2 -O3 -std=c++20 -pthread -lgmp -lgmpxx -s
#./$2