Add and first inti c sbn projects ass

This commit is contained in:
2020-07-31 17:49:59 +07:00
parent e02f057a46
commit 21c56efbd1
14 changed files with 215 additions and 0 deletions

6
run Executable file
View File

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