diff --git a/ca02.sh b/ca02.sh new file mode 100755 index 0000000..03cedf9 --- /dev/null +++ b/ca02.sh @@ -0,0 +1,3 @@ +echo "Compiling a02.c" +gcc -o a02 a02.c +