Created
June 12, 2025 08:24
-
-
Save ko-sasaki/a655db96992709cd597908ae702aaad0 to your computer and use it in GitHub Desktop.
Revisions
-
ko-sasaki created this gist
Jun 12, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ ///usr/bin/env jbang "$0" "$@" ; exit $? import static java.lang.System.*; public class Sample { public static void main(String... args) { out.println("Hello World"); } }