feat: support kotlinc command

This commit is contained in:
2024-09-12 22:45:07 +08:00
parent 31c8455666
commit d286613f01
4 files changed
+89 -1

No files matched your search

@@ -128,7 +128,8 @@ val commands = listOf(
RemakeCommand(), PixivCommand(),
RUACommand(), NslookupCommand(),
NiuziSignCommand(), MyNiuziCommand(),
JiJianCommand(), LikeMeCommand()
JiJianCommand(), LikeMeCommand(),
KotlinCCommand()
)
suspend fun main() {