Created
June 11, 2019 15:34
-
-
Save shelajev/bf09bf1f55a6518a34d12cf58cf66bd5 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
package example | |
object Hello extends App { | |
println(System.getProperty("java.home")) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment