Created
July 19, 2017 08:05
-
-
Save lazyval/f48d2ffb830562834191c545c341c53c to your computer and use it in GitHub Desktop.
hello scala!
This file contains 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
object Hello extends App { | |
println("hello scala!") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is the example that even such a bare repository IS a valid SBT project
checking this out and running
sbt run
is enough: