refactor: updated folder structure
This commit is contained in:
parent
9c17a72625
commit
b4f93a054a
18 changed files with 31 additions and 4 deletions
7
backend/sprik-backend/src/main/kotlin/Main.kt
Normal file
7
backend/sprik-backend/src/main/kotlin/Main.kt
Normal file
|
@ -0,0 +1,7 @@
|
|||
fun main(args: Array<String>) {
|
||||
println("Hello World!")
|
||||
|
||||
// Try adding program arguments via Run/Debug configuration.
|
||||
// Learn more about running applications: https://www.jetbrains.com/help/idea/running-applications.html.
|
||||
println("Program arguments: ${args.joinToString()}")
|
||||
}
|
Reference in a new issue