Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Substring/J/substring-1.j
Normal file
12
Task/Substring/J/substring-1.j
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
5{.3}.'Marshmallow'
|
||||
shmal
|
||||
3}.'Marshmallow'
|
||||
shmallow
|
||||
}.'Marshmallow'
|
||||
arshmallow
|
||||
}:'Marshmallow'
|
||||
Marshmallo
|
||||
5{.(}.~ i.&'m')'Marshmallow'
|
||||
mallo
|
||||
5{.(}.~ I.@E.~&'sh')'Marshmallow'
|
||||
shmal
|
||||
2
Task/Substring/J/substring-2.j
Normal file
2
Task/Substring/J/substring-2.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
'Marshmallow'{~(+i.)/3 5
|
||||
shmal
|
||||
2
Task/Substring/J/substring-3.j
Normal file
2
Task/Substring/J/substring-3.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(,.3 5)];.0 'Marshmallow'
|
||||
shmal
|
||||
7
Task/Substring/J/substring-4.j
Normal file
7
Task/Substring/J/substring-4.j
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
require 'strings'
|
||||
'sh' dropto 'Marshmallow'
|
||||
shmallow
|
||||
5{. 'sh' dropto 'Marshmallow'
|
||||
shmal
|
||||
'sh' takeafter 'Marshmallow'
|
||||
mallow
|
||||
4
Task/Substring/J/substring-5.j
Normal file
4
Task/Substring/J/substring-5.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
3}. 2 3 5 7 11 13 17 19
|
||||
7 11 13 17 19
|
||||
7 11 dropafter 2 3 5 7 11 13 17 19
|
||||
2 3 5 7 11
|
||||
Loading…
Add table
Add a link
Reference in a new issue