tvl-depot/users/sterni/exercises/aoc/2022/01/1.bqn
sterni 674195f92b fix(sterni/aoc/2022/01): fix output format
Change-Id: I7e2e82faa70ded683765627ba35e6f237976363f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7526
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
2022-12-05 01:01:00 +00:00

7 lines
216 B
BQN
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

lib •Import •path"/../../lib.bqn"
input lib.ReadDec¨¨ (<"") lib.SplitOn •FLines •path"/input"
a·b +`3+´¨ input
•Out "day01.1: "•Fmt a
•Out "day01.2: "•Fmt b