Add and updated functions

This commit is contained in:
2020-08-02 11:43:28 +07:00
parent 11a394e2ef
commit 2c10067d3e
3 changed files with 24 additions and 11 deletions

11
run
View File

@@ -1,6 +1,9 @@
#!/bin/bash
echo "compile the program.c file..."
gcc work1/main.c -o program
echo "run the program..."
./program
# echo "compile the program.c file..."
# gcc work1/main.c -o program
# echo "run the program..."
# ./program
gcc work1/single.c -o single
./single