[K/N][tests] Move driver tests into their own project ^KT-61259

This commit is contained in:
Alexander Shabalin
2024-03-07 12:01:06 +01:00
committed by Space Team
parent 316614bc9e
commit 8c6966765b
26 changed files with 87 additions and 59 deletions
+9
View File
@@ -0,0 +1,9 @@
/*
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.
*/
// TODO: remove kotlin_native.io once overrides are in place.
fun main(args : Array<String>) {
println("Hello, world!")
}