Implement main-kts project and test

This commit is contained in:
Ilya Chernikov
2018-08-31 13:33:07 +03:00
parent 79bad24941
commit fa98b0afac
10 changed files with 289 additions and 0 deletions
@@ -0,0 +1,5 @@
@file:DependsOn("abracadabra")
println("Hello, World!")
@@ -0,0 +1,7 @@
@file:DependsOn("junit:junit:4.11")
org.junit.Assert.assertTrue(true)
println("Hello, World!")
@@ -0,0 +1,5 @@
org.junit.Assert.assertTrue(true)
println("Hello, World!")