First Commit 29/07/2025

This commit is contained in:
2025-07-29 09:38:23 +07:00
commit 2f7304e141
43 changed files with 313 additions and 0 deletions

8
src/Main.kt Normal file
View 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()
}