mirror of https://github.com/sbt/sbt.git
6 lines
61 B
Scala
6 lines
61 B
Scala
|
|
package foo
|
||
|
|
|
||
|
|
object Hello extends App {
|
||
|
|
println("hello")
|
||
|
|
}
|