diff --git a/examples/arity.code b/examples/arity.code deleted file mode 100644 index 107fd1c3..00000000 --- a/examples/arity.code +++ /dev/null @@ -1,5 +0,0 @@ -def foo(): - return 1, 1 -def main(): - a = foo() - return a \ No newline at end of file