Initial commit
This commit is contained in:
commit
1f5f7801ae
2 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*\~
|
8
phase1.dyalog
Normal file
8
phase1.dyalog
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
⍝ 1: Let's Split!
|
||||||
|
{(0>⍺)⌽(⊂⍺↑⍵),⊂⍺↓⍵}
|
||||||
|
((0>⊣)⌽((⊂↑),(⊂↓)))
|
||||||
|
⍝ 2: Character Building
|
||||||
|
{(~⍵∊127+⍳64)⊂⍵}
|
||||||
|
⍝ 3: Excel-lent Columns
|
||||||
|
(26⊥64-⍨⎕UCS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue