Skip to content

Instantly share code, notes, and snippets.

@ko-sasaki
Created June 12, 2025 08:24
Show Gist options
  • Select an option

  • Save ko-sasaki/a655db96992709cd597908ae702aaad0 to your computer and use it in GitHub Desktop.

Select an option

Save ko-sasaki/a655db96992709cd597908ae702aaad0 to your computer and use it in GitHub Desktop.

Revisions

  1. ko-sasaki created this gist Jun 12, 2025.
    11 changes: 11 additions & 0 deletions Sample.java
    Original 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");
    }
    }