added kotlinjs buildscript and test output

This commit is contained in:
2020-02-18 19:22:56 +01:00
parent fbc53b97f5
commit 16939c7b6a
6 changed files with 111 additions and 0 deletions

3
WebServer/src/js/Main.kt Normal file
View File

@ -0,0 +1,3 @@
fun main() {
println("success execute main")
}