Update project_euler/problem_11/sol1.c

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Vipul Cariappa 2021-10-09 09:51:39 +05:30 committed by GitHub
parent 24341eba02
commit 55faf5eea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
* direction (up, down, left, right, or diagonally) in the given grid
*/
#include <stdio.h> // for IO operations
#include <stdio.h> /// for IO operations
#define ARRAY_SIZE 20 // size of gird
typedef unsigned long long large; // To hold product of numbers