From 61f7d81e19446570969901a6b2fba3c57d737021 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Thu, 9 Apr 2020 02:39:45 +0200 Subject: [PATCH] Forgot to add problem description --- 16/main.py | 1 + 1 file changed, 1 insertion(+) 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")