Created
January 19, 2026 14:56
-
-
Save davsclaus/df3cea6ac242f5cfde9d807a82c5b5e4 to your computer and use it in GitHub Desktop.
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 myhome { | |
| public static void main(String... args) { | |
| out.println(java.nio.file.Paths.get(System.getProperty("user.home"))); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment