Skip to content

Commit 9e5e7bd

Browse files
authored
add empties
1 parent 5bc29d7 commit 9e5e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2013/6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ highest values) of a numeric array.
3939
<a href="https://github.com/abrudz/apl_quest/blob/main/2013/6.apl" target="_blank" class="md-button md-button--primary right">Code on GitHub</a>
4040

4141
<script>
42-
testCases={"a":["19 ¯3 7.6 22","101","¯5+⍳10","?5⍴50","2 3⍴10 20 30 40 50 60","5 5⍴?25⍴100"],"b":["0","⌽19 ¯3 7.6 22","3.1415","10⍴0","14.2 9 ¯3 3.1 0 ¯1.1"],"f":"{{(⊃⌽⍵)-⊃⍵}(,⍵)[⍋,⍵]}"}
42+
testCases={"a":["19 ¯3 7.6 22","101","¯5+⍳10","?5⍴50","2 3⍴10 20 30 40 50 60","5 5⍴?25⍴100"],"b":["0","⌽19 ¯3 7.6 22","3.1415","10⍴0","14.2 9 ¯3 3.1 0 ¯1.1","","3 0⍴0","0 0 2⍴0"],"f":"{{(⊃⌽⍵)-⊃⍵}(,⍵)[⍋,⍵]}"}
4343
p_Input.value=localStorage.getItem(window.location.pathname)
4444
play=e=>e.outerHTML=`<iframe class="md-header--shadow" src="https://www.youtube.com/embed/36HlHsEjUIQ?list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN&autoplay=1" title="<span class=s>2013-</span>6: Home On The Range (APL Quest 2013-6)" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>`
4545
</script>

0 commit comments

Comments
 (0)