Skip to content

Instantly share code, notes, and snippets.

@chamodhk
Created September 13, 2025 05:55
Show Gist options
  • Select an option

  • Save chamodhk/bec0dd81ba26115cfb4fd2a7ec1b6d02 to your computer and use it in GitHub Desktop.

Select an option

Save chamodhk/bec0dd81ba26115cfb4fd2a7ec1b6d02 to your computer and use it in GitHub Desktop.
if (x > 10) {
doSomething();
} else {
doSomethingElse();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment