1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-01 05:41:34 +00:00

Added Bash Script ca02.sh to Compile a02.c

This commit is contained in:
Curtis F Kaylor 2019-11-16 12:46:40 -05:00
parent becc10ce3b
commit ced64b6ee3

3
ca02.sh Executable file
View File

@ -0,0 +1,3 @@
echo "Compiling a02.c"
gcc -o a02 a02.c