7 lines
51 B
Bash
Executable file
7 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
g++ -o main main.cpp
|
|
|
|
./main
|
|
|
|
rm main
|