Files
2020-09-25 11:48:38 +02:00

5 lines
61 B
Python

# name:afunc
def afunc():
print("afunc called")
return 1