updated sol1.c

This commit is contained in:
Vipul Cariappa 2021-10-08 04:35:14 +00:00
parent db9a9e95e4
commit 24341eba02

View File

@ -2,7 +2,7 @@
* @file
* @brief [Problem 11](https://projecteuler.net/problem=11) solution
* @author [Vipul Cariappa](https://github.com/vipul-cariappa)
*
* @details
* Code to find the greatest product of four adjacent numbers in the same
* direction (up, down, left, right, or diagonally) in the given grid
*/