3 lines
32 B
Bash
Executable file
3 lines
32 B
Bash
Executable file
#!/bin/sh
|
|
gcc main.c && ./a.out
|