From b51b2ba5fc9dd01ce7f548ad3e1d161c3abd0f25 Mon Sep 17 00:00:00 2001 From: H Hautakoski Date: Mon, 21 Jun 2010 14:46:52 +0200 Subject: [PATCH] p15.c: added comment --- p15.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p15.c b/p15.c index c16dbfe..6c58fb6 100644 --- a/p15.c +++ b/p15.c @@ -5,6 +5,9 @@ * Projecteuler - Problem 15 * ------------------------ * 2010-06-12 Henrik Hautakoski + * + * Hard one, there is no clear connection between the grid's lines and pascal's triangle. + * but it sure is elegant. */ #include