Skip to content

Instantly share code, notes, and snippets.

@ko-sasaki
Created June 12, 2025 08:24
Show Gist options
  • Save ko-sasaki/a655db96992709cd597908ae702aaad0 to your computer and use it in GitHub Desktop.
Save ko-sasaki/a655db96992709cd597908ae702aaad0 to your computer and use it in GitHub Desktop.
jbang_sample.java
///usr/bin/env jbang "$0" "$@" ; exit $?
import static java.lang.System.*;
public class Sample {
public static void main(String... args) {
out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment