1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

remove failing example

This commit is contained in:
schaeff 2018-01-22 18:25:06 +01:00
parent c96a03c60f
commit c2b6f6f4ac

View file

@ -1,5 +0,0 @@
def foo():
return 1, 1
def main():
a = foo()
return a