Yeah we draw some kind of UI maybe

This commit is contained in:
Lauren Toivanen 2025-01-17 03:02:50 +02:00
commit 01a02c98ba
Signed by: jt
GPG key ID: 9151B109B73ECAD5
4 changed files with 48 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
build: main.c
tcc -o kaari main.c
run: main.c
tcc -run main.c