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