From a0f10931b8ac3fd9aac1c840aa98139f59fb6342 Mon Sep 17 00:00:00 2001 From: vanten-s Date: Sun, 17 Sep 2023 16:25:33 +0200 Subject: [PATCH] Removed test.plonkus --- .gitignore | 1 + test.plonkus | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 test.plonkus diff --git a/.gitignore b/.gitignore index 96ef6c0..322c451 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target Cargo.lock +test.plonkus diff --git a/test.plonkus b/test.plonkus deleted file mode 100644 index ce0a0df..0000000 --- a/test.plonkus +++ /dev/null @@ -1,4 +0,0 @@ -fn main { - out(42 - 3 - 1,); - exit(,); -}