ale/test/scala_fixtures/no_active_sbt_project/Main.scala

6 lines
92 B
Scala
Raw Normal View History

2018-08-27 05:12:56 +00:00
object HelloAle {
def main(args: Array[String]): Int = {
println("Hello, ale!")
}
}