Packages

abstract class Problem extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Problem
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Problem(year: Int, day: Int, api: Api = Api, assetsDir: Path = Problem.assetsDir)

Abstract Value Members

  1. abstract def run(input: List[String]): Unit

Concrete Value Members

  1. val inputData: ThisType
  2. def main(args: Array[String]): Unit
  3. val problemDir: Path