adglent

Types

pub type Example(a) {
  Example(input: String, answer: a)
}

Constructors

  • Example(input: String, answer: a)
pub type Problem {
  First
  Second
}

Constructors

  • First
  • Second

Functions

pub fn get_input(day: String) -> Result(String, FileError)
pub fn get_part() -> Result(Problem, Nil)
pub fn get_test_folder(day: String) -> String
pub fn inspect(value: a) -> String
pub fn start_arguments() -> List(String)
Search Document