From f16aae9708a803b95dc69c8535270f745f344ed8 Mon Sep 17 00:00:00 2001 From: Lauchmelder23 Date: Thu, 11 Oct 2018 22:09:05 +0200 Subject: [PATCH] Problem 15 --- Problem_015.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Problem_015.py b/Problem_015.py index f4434f4..abeafcc 100644 --- a/Problem_015.py +++ b/Problem_015.py @@ -1,3 +1,4 @@ + ###################################################################### # Starting in the top left corner of a 2×2 grid, and only being able to # move to the right and down, there are exactly 6 routes to the bottom right corner.