From 237e1014ac48d9553cc4c664a6f2e56cc6a71fa5 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 11 Dec 2017 11:54:43 +0100 Subject: [PATCH] Oops, remove hello world. --- 2017/day-11/solution.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/2017/day-11/solution.scala b/2017/day-11/solution.scala index 9e73411..a293af2 100644 --- a/2017/day-11/solution.scala +++ b/2017/day-11/solution.scala @@ -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(",")