Implement bingo generator

This commit is contained in:
Dominic Zimmer
2022-08-26 10:44:35 +02:00
commit 9ddc6171c7
6 changed files with 171 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
*.pdf
*.aux
*.log
*.fls
*.fdb_latexmk
**/build/*
__pycache__