5 lines
42 B
Plaintext
5 lines
42 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
g++ -o binary -x c $1
|
||
|
./binary
|