Compare commits

..

No commits in common. "1a5d76a8c2d544296d2a25cb20a651ef30c4a567" and "56687fb59aede7f372765e342f81d1877fd2e5d0" have entirely different histories.

View File

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