Files
sbn.cassigment/run
2020-08-02 11:43:28 +07:00

9 lines
160 B
Bash
Executable File

#!/bin/bash
# echo "compile the program.c file..."
# gcc work1/main.c -o program
# echo "run the program..."
# ./program
gcc work1/single.c -o single
./single