feat: project setup

This commit is contained in:
darwincereska
2025-12-15 21:37:41 -05:00
commit 3c650ae599
54 changed files with 525 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package org.ccoin
fun main() {
println("CCoin Server Started")
}

View File