From 0b6c73f755087922fcbcfccdd0d507d7169cc716 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 12 May 2024 18:08:39 +0300 Subject: [PATCH] o_o --- test.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 test.py diff --git a/test.py b/test.py deleted file mode 100644 index 2893c7b..0000000 --- a/test.py +++ /dev/null @@ -1,18 +0,0 @@ -udata = "fn read_uTYPE_varint(&mut self) -> Result { read_varint!(uTYPE, self) }\n" -idata = "fn read_iTYPE_varint(&mut self) -> Result { Ok(self.read_uTYPE_varint()?.zigzag()) }\n" - -types = ["size", "8", "16", "32", "64", "128"] - -all_data = "" - -for t in types: - all_data += udata.replace("TYPE", t) - -print(all_data) - -all_data = "" - -for t in types: - all_data += idata.replace("TYPE", t) - -print(all_data) \ No newline at end of file