This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
sbt
mirror of
https://github.com/sbt/sbt.git
Watch
1
Star
0
Fork
You've already forked sbt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6f14de514b
sbt
/
launcher-package
/
citest
/
Hello.scala
8 lines
97 B
Scala
Raw
Blame
History
package
foo
object
Hello
{
def
main
(
args
:
Array
[
String
]
)
:
Unit
=
{
println
(
"hello"
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink