1
0
mirror of https://github.com/krislamo/knrc.git synced 2025-09-12 08:49:29 +00:00

Variables and arithmetic

This commit is contained in:
2021-11-03 00:37:32 -04:00
parent 3e078042a4
commit 9a193d84f1
2 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
all: hello
all: hello mathvars
hello: 01-hello-world.c
gcc -o ./bin/01-helloworld 01-hello-world.c
mathvars: 02-vars-and-math.c
gcc -o ./bin/02-mathvars 02-vars-and-math.c