Gotta love these easy ones

This commit is contained in:
2021-04-06 10:19:08 +02:00
parent cc10f8f4e0
commit c712043c4c
2 changed files with 41 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import math
def main():
print("Hello, this is Patrick")
t0 = time.time()
if __name__ == "__main__":
main()