We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main()
object
class
1 parent f4cf040 commit 436e2feCopy full SHA for 436e2fe
src/jvm/org/pantsbuild/example/app/ExampleApp.scala
@@ -2,7 +2,7 @@ package org.pantsbuild.example.app;
2
3
import org.pantsbuild.example.lib.ExampleLib
4
5
-class ExampleApp {
+object ExampleApp {
6
def main(args: Array[String]): Unit = {
7
println(ExampleLib.hello())
8
}
0 commit comments