First Commit 29/07/2025
This commit is contained in:
8
src/Main.kt
Normal file
8
src/Main.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
import zello.ZelloClient
|
||||
|
||||
//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
|
||||
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
|
||||
fun main() {
|
||||
val z = ZelloClient.fromConsumerZello()
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user