diff --git a/16/main.py b/16/main.py index 0e72095..400bcde 100644 --- a/16/main.py +++ b/16/main.py @@ -2,6 +2,7 @@ import os import math import numpy as np +# Find the sum of all the digits of 2 ^ 1000 def main(): print("Hello, this is Patrick")