3 lines
52 B
Bash
Executable File
3 lines
52 B
Bash
Executable File
#!/usr/bin/bash
|
|
g++ -std=c++17 main.cpp -O2 -o main
|