chiark
/
gitweb
/
~bjharris
/
aoc-2022.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6747893
)
05b: remove a comment that only applied to 05a
author
Ben Harris
<bjh21@bjh21.me.uk>
Sun, 5 May 2024 12:13:43 +0000
(13:13 +0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sun, 5 May 2024 12:13:43 +0000
(13:13 +0100)
05/05b.bqn
patch
|
blob
|
history
diff --git
a/05/05b.bqn
b/05/05b.bqn
index 5f4daac0a54934c3ddaf4867fc1c6521a4a1d177..ad2c9a484de5feca0f108375177cca18d391eaf3 100644
(file)
--- a/
05/05b.bqn
+++ b/
05/05b.bqn
@@
-6,7
+6,6
@@
Split←{
}
Prep1Proc←{ # Prepare one step of procedure
- # Converts "move 3 from 1 to 3" into [⟨1,3⟩,⟨1,3⟩,⟨1,3⟩].
•ParseFloat¨⟨1,3,5⟩⊏(' '=𝕩)Split𝕩
}