Skip to content

Commit

Permalink
Remove stray print in example
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Dec 8, 2024
1 parent 4c81a63 commit e8b6e6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/strain/.meta/src/example.art
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
keep: function [values :block fn :literal :function][
fold.seed:[] values [acc value] [
print value
switch call var 'fn @[value] -> insert acc size acc value
-> acc
]
Expand Down

0 comments on commit e8b6e6d

Please sign in to comment.