This commit is contained in:
biglyderv 2025-03-24 14:01:41 -04:00
commit 26b5169bb2
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 555 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
CC=gcc
make: src/main.c
$(CC) -o elem src/map.c src/main.c