feat: initial commit

This commit is contained in:
Phireh 2023-09-23 20:17:03 +02:00
commit 5ec36f31e5
Signed by: Phireh
GPG key ID: DD169F1BA658A5E5
6 changed files with 1851 additions and 0 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
pesticide: main.cpp enums.h enum_names.h
g++ -o pesticide main.cpp -Werror -Wextra -pedantic -O0 -g -gdwarf64