Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Template

lib/template.livemd

Template

Read Input

input_box = Kino.Input.textarea("Problem Input: ")

Parse Input

input =
  input_box
  |> Kino.Input.read()
""

Part 01

""

Part 02

nil