[JS TESTS] Rewrite web demo tests using new test infrastructure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// MAIN_ARGS: [10,20]
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println(maxOf(args[0].toInt(), args[1].toInt()))
|
||||
}
|
||||
Reference in New Issue
Block a user