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 {
|
||||
def main(args: Array[String]) {
|
||||
println("Hello, world!")
|
||||
|
||||
val input = StdIn.readLine()
|
||||
val dirs = input.trim.split(",")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user