C-Playground/comprun.sh

5 lines
41 B
Bash
Executable File

#!/bin/sh
gcc -g main.c lib/*.c
./a.out