refactor: updated folder structure

This commit is contained in:
sindrekjelsrud 2023-06-26 12:52:58 +02:00
parent 9c17a72625
commit b4f93a054a
18 changed files with 31 additions and 4 deletions

View 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()}")
}