add d=a-b

This commit is contained in:
parent ec1eee808f
commit 74ef25ea9a
No known key found for this signature in database
GPG Key ID: 1D658084002C861C

View File

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