This commit is contained in:
kkunkka
2025-03-05 12:44:36 +08:00
parent d252ccc790
commit da762c35ed
8 changed files with 165 additions and 50 deletions

3
src/main/kotlin/A.kt Normal file
View File

@@ -0,0 +1,3 @@
fun main() {
println("123")
}