September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
5
Task/Shell-one-liner/Gambas/shell-one-liner.gambas
Normal file
5
Task/Shell-one-liner/Gambas/shell-one-liner.gambas
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Public Sub Main()
|
||||
|
||||
Shell "echo Hello World"
|
||||
|
||||
End
|
||||
1
Task/Shell-one-liner/OoRexx/shell-one-liner.rexx
Normal file
1
Task/Shell-one-liner/OoRexx/shell-one-liner.rexx
Normal file
|
|
@ -0,0 +1 @@
|
|||
rexx -e "say 'Goodbye, world.'"
|
||||
1
Task/Shell-one-liner/Zkl/shell-one-liner.zkl
Normal file
1
Task/Shell-one-liner/Zkl/shell-one-liner.zkl
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo 'println("Hello World ",5+6)' | zkl
|
||||
Loading…
Add table
Add a link
Reference in a new issue