3 lines
59 B
Bash
Executable File
3 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
g++ main.cpp -o main -lbcc -pthread -lstdc++fs
|