first commit :)

This commit is contained in:
2026-07-27 23:01:30 -04:00
commit 5f891dab16
63 changed files with 9491 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
CC = gcc
CFLAGS = -Wall
all: hello
hello: hello.o
hello.o: hello.c