5 lines
96 B
Kotlin
5 lines
96 B
Kotlin
fun main(){
|
|
val mqtt = MqttSubscriber()
|
|
mqtt.connect()
|
|
println("Hello World!")
|
|
} |