Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 334 Bytes

template.livemd

File metadata and controls

36 lines (26 loc) · 334 Bytes

Day X

Mix.install([
  {:kino, "~> 0.7.0"}
])

Input

input = Kino.Input.textarea("input")

Shared

defmodule Utils do
end

Part 01

input
|> Kino.Input.read()

Part 02

input
|> Kino.Input.read()