Create Editor module

This commit is contained in:
2021-02-01 19:56:26 +01:00
parent 30a508fb7b
commit 2e82402a52
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.bartlomiejpluta.base.editor
fun main(args: Array<String>) {
println("Hello, world!")
}