example: ```fun main(args: Array<String>) { ...
# announcements
p
example:
Copy code
fun main(args: Array<String>) {
    fun hello(){ println("hello")}
    hello()
}
this works