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(,); -}