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
5b92e34dbd
sbt
/
sbt-app
/
src
/
sbt-test
/
actions
/
input-task-dyn
/
Foo.scala
6 lines
105 B
Scala
Raw
Blame
History
object
Foo
{
def
main
(
args
:
Array
[
String
]
)
:
Unit
=
{
println
(
"Foo: "
+
args
.
toList
.
toString
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink