Created
July 10, 2026 19:47
-
-
Save gutomarzagao/4e4fe9e720d6b5b47aa97999fccb65e9 to your computer and use it in GitHub Desktop.
Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function calculateWater(bars: number[]) { | |
| // PLACE YOUR CODE HERE | |
| return 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment