Created
June 12, 2025 08:24
-
-
Save ko-sasaki/a655db96992709cd597908ae702aaad0 to your computer and use it in GitHub Desktop.
jbang_sample.java
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
///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