Compare commits

...

2 Commits

View File

@ -1,6 +1,7 @@
def main():
print("Hello world!")
c = a+b
d = a - b
main()