1
0
Fork 0

p15.c: added comment

This commit is contained in:
Henrik Hautakoski 2010-06-21 14:46:52 +02:00
parent 280f6917d8
commit b51b2ba5fc

3
p15.c
View file

@ -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 <stdio.h>