Skip to content

Instantly share code, notes, and snippets.

@jabrena
Created May 28, 2025 11:40
Show Gist options
  • Select an option

  • Save jabrena/76aeb42aaae9746f94bc1b38b2b4ba7f to your computer and use it in GitHub Desktop.

Select an option

Save jabrena/76aeb42aaae9746f94bc1b38b2b4ba7f to your computer and use it in GitHub Desktop.
Hello World
//jbang --java 25 HelloWorld.java
void main() {
IO.println("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment