This commit is contained in:
Imbus 2025-01-10 08:15:31 +01:00
commit 5626d1eacb
24 changed files with 512 additions and 0 deletions

6
takewhile/Makefile Normal file
View file

@ -0,0 +1,6 @@
TARGET = takewhile.elf
SRCS = takewhile.cc
all: $(TARGET)
include ../config.mk