Switch back to fun main()
This commit is contained in:
@@ -18,7 +18,7 @@ import kotlin.math.sin
|
||||
|
||||
data class Thing(val color: ColorRGBa, var pos: Polar, val speed: Polar)
|
||||
|
||||
suspend fun main() {
|
||||
fun main() {
|
||||
application {
|
||||
program {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user