added a test case for running programs in IDEA
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package language.main
|
||||||
|
|
||||||
|
fun main(args: Array<String>) {
|
||||||
|
println("Hello world!")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user