mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
Update project_euler/problem_11/sol1.c
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
24341eba02
commit
55faf5eea1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user