YAPC::EU 2018 Glasgow Update!
This commit is contained in:
parent
22f33d4004
commit
4e2d22a71d
1170 changed files with 15042 additions and 3047 deletions
|
|
@ -0,0 +1,7 @@
|
|||
while (true) do
|
||||
input := readline("input.txt"):
|
||||
if input = 0 then break: fi:
|
||||
input := StringTools:-Trim(input): # remove leading/trailing space
|
||||
input := StringTools:-Join(ListTools:-Reverse(StringTools:-Split(input, " "))," "):
|
||||
printf("%s\n", input):
|
||||
od:
|
||||
Loading…
Add table
Add a link
Reference in a new issue