Remove unused accidentally added import.
All checks were successful
Solve / example-action (push) Successful in 17s
All checks were successful
Solve / example-action (push) Successful in 17s
This commit is contained in:
parent
62623ab938
commit
00cbd72879
@ -1,6 +1,5 @@
|
|||||||
import java.io.File
|
import java.io.File
|
||||||
import java.util.Scanner
|
import java.util.Scanner
|
||||||
import javax.print.attribute.standard.NumberUpSupported
|
|
||||||
import kotlin.math.abs
|
import kotlin.math.abs
|
||||||
|
|
||||||
val scanner = Scanner(File("day02input.txt"))
|
val scanner = Scanner(File("day02input.txt"))
|
||||||
|
Loading…
Reference in New Issue
Block a user