elixir template why not
aylac.top 1 month ago a14f6504 4ce07275
··· 2 build 3 input.txt 4 input.json 0
··· 2 build 3 input.txt 4 input.json 5 + _build
··· 0 0 0 0 0 0 0 0
··· 1 + defmodule Main do 2 + {_, input} = 3 + File.read("../input.txt") 4 + 5 + input = input |> String.trim() 6 + 7 + IO.puts(input) 8 + end