init AoC 2022, cleanup useless files

This commit is contained in:
2022-12-01 07:50:35 +01:00
parent 58ba8b4ab8
commit 0fb4219c92
40 changed files with 3614 additions and 327 deletions

View File

@@ -50,7 +50,7 @@ VALGRINDFLAGS := --leak-check=full --show-leak-kinds=all --track-origins=yes \
TIME := \time -f "\ttime: %E real, %U user, %S sys\n\tcontext-switch:\t%c+%w, page-faults: %F+%R\n"
export PATH := .:$(PATH)
.PHONY: clean all compile assembly memcheck memcheck1 memcheck2 ex1 ex2 ccls
.PHONY: clean all compile assembly memcheck memcheck1 memcheck2 ex1 ex2 ccls bear
all: README.org ccls ex1 ex2