//Ankea/fi.jyu.ohj2.sourander/App
App¶
[JVM]\ open class App
Minimal standalone entry point used for smoke-testing the build.
Prints a greeting to standard output and exits immediately. For the full JavaFX application see fi.jyu.ohj2.sourander.ankea.App.
Constructors¶
| App | [JVM] constructor() |
Functions¶
| Name | Summary |
|---|---|
| main | [JVM] open fun main(args: Array<String>) Prints "Hello World!" to standard output. |