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

AOC Template

elixir/livebooks/template.livemd

AOC Template

Input

Mix.install([
  {:kino, "~> 0.4.1"}
])
inputwidget = Kino.Input.textarea("Enter your AOC input for the day here")
samplewidget = Kino.Input.textarea("Enter your AOC sample for the day here")
defmodule Day do
end

input = Kino.Input.read(inputwidget)

Part 1

Add details here

defmodule Day.Part1 do
end

input

Part 2

Add details here

defmodule Day.Part2 do
end

input