"js" -> "kotlin.js"
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
* Additionally, you can pass the desired initial number of bottles to use (rather than 99)
|
||||
* as a command-line argument
|
||||
*/
|
||||
import js.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
if (args.isEmpty()) {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
|
||||
import java.util.*
|
||||
import java.util.Collections.max
|
||||
import js.*;
|
||||
|
||||
/*
|
||||
* A field where cells live. Effectively immutable
|
||||
|
||||
Reference in New Issue
Block a user