Initial commit

This commit is contained in:
Dimitri Lozeve 2024-11-12 21:43:32 +01:00
commit f242d2b0df
420 changed files with 62521 additions and 0 deletions

5
2021/day01/day01.bqn Normal file
View file

@ -0,0 +1,5 @@
a•BQN¨•Flines"input"
# Fn←{+´(¯1⊸↓<1⊸↓)+˝˘ 𝕨↕𝕩}
Fn{+´0>𝕨𝕩-𝕨𝕩}
•Show 1 Fn a # part 1
•Show 3 Fn a # part 2