mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Oops, remove hello world.
This commit is contained in:
@@ -2,8 +2,6 @@ import scala.io.StdIn
|
|||||||
|
|
||||||
object solution {
|
object solution {
|
||||||
def main(args: Array[String]) {
|
def main(args: Array[String]) {
|
||||||
println("Hello, world!")
|
|
||||||
|
|
||||||
val input = StdIn.readLine()
|
val input = StdIn.readLine()
|
||||||
val dirs = input.trim.split(",")
|
val dirs = input.trim.split(",")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user