Skip to content

Files

Latest commit

 

History

History
32 lines (24 loc) · 1003 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 1003 Bytes

Day 17 solution in Scala

Screencast

screencast

Tested on

$ java -version
java version "13.0.1" 2019-10-15
Java(TM) SE Runtime Environment (build 13.0.1+9)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)
$ scala --version
Scala code runner version 2.13.4 -- Copyright 2002-2020, LAMP/EPFL and Lightbend, Inc.

Expected Result

Input file: input.txt
Part 1: 313
Part 2: 2640

Quick Start

  • install JDK and make sure java is available in $PATH
  • install Scala
  • point SCALA_HOME environment variable to scala distribution
  • make sure scalac is available in $PATH
  • $ make