Illuminatiiiiii
4/28/2019 - 10:28 PM

Ep 1 - Hello World

fun main(args: Array<String>){ //The entry point for your program, the main function
    println("Hello world!") //Prints this out to the console
}