Remove unused accidentally added import.
All checks were successful
Solve / example-action (push) Successful in 16s

This commit is contained in:
Logiar 2024-12-02 14:06:27 +01:00
parent 855b62a9cc
commit f32db4397c
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

View File

@ -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"))