Given a 2D matrix, the task is to find the maximum sum of an hourglass. This is my Go implementation.
Primary LanguageGo