From 34dd5114aa6f76ca8cfa940539f065428de23807 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Dec 2025 23:40:55 +0900 Subject: add gen.py and makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ae9fa6e --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +q0.py: + python gen.py > .107.unformatted.py + python .107.unformatted.py > .108.php + php .108.php > 0.py + rm .107.unformatted.py .108.php -- cgit v1.2.3-70-g09d2