package ir.armor.tachidesk class Main{ companion object { @JvmStatic fun main(args: Array) { println("hello bitches") } } }