Skip to content

Instantly share code, notes, and snippets.

@gutomarzagao
Created July 10, 2026 19:47
Show Gist options
  • Select an option

  • Save gutomarzagao/4e4fe9e720d6b5b47aa97999fccb65e9 to your computer and use it in GitHub Desktop.

Select an option

Save gutomarzagao/4e4fe9e720d6b5b47aa97999fccb65e9 to your computer and use it in GitHub Desktop.
Template
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