Initial commit

This commit is contained in:
2025-09-29 01:43:17 +08:00
commit 18c0e54926
15 files changed
+750

No files matched your search

@@ -0,0 +1,11 @@
/*
* Copyright © 2025 RTAkland
* Author: RTAkland
* Date: 9/29/25
*/
package cn.rtast.nmdns
actual fun sleep1(time: Int) {
Thread.sleep(time * 1000L)
}