Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
4
Task/Shell-one-liner/FreeBASIC/shell-one-liner.freebasic
Normal file
4
Task/Shell-one-liner/FreeBASIC/shell-one-liner.freebasic
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
' FB 1.05.0 Win64
|
||||
|
||||
Shell "echo For i As Integer = 1 To 10 : Print i : Next > zzz.bas && fbc zzz.bas && zzz"
|
||||
Sleep
|
||||
|
|
@ -0,0 +1 @@
|
|||
include "ConsoleWindow":dim a$:open "Unix",1,"cal 10 2018":do:line input #1,a$:print a$:until eof(1):close 1
|
||||
1
Task/Shell-one-liner/Lasso/shell-one-liner-1.lasso
Normal file
1
Task/Shell-one-liner/Lasso/shell-one-liner-1.lasso
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo " 'The date and time is: ' + date " | lasso9 --
|
||||
1
Task/Shell-one-liner/Lasso/shell-one-liner-2.lasso
Normal file
1
Task/Shell-one-liner/Lasso/shell-one-liner-2.lasso
Normal file
|
|
@ -0,0 +1 @@
|
|||
$ lasso9 -s " 'The date and time is: ' + date "
|
||||
1
Task/Shell-one-liner/Oforth/shell-one-liner.oforth
Normal file
1
Task/Shell-one-liner/Oforth/shell-one-liner.oforth
Normal file
|
|
@ -0,0 +1 @@
|
|||
oforth --P"1000 seq map(#sqrt) sum print"
|
||||
1
Task/Shell-one-liner/Ring/shell-one-liner.ring
Normal file
1
Task/Shell-one-liner/Ring/shell-one-liner.ring
Normal file
|
|
@ -0,0 +1 @@
|
|||
see "Hello World!" + nl
|
||||
1
Task/Shell-one-liner/Sidef/shell-one-liner.sidef
Normal file
1
Task/Shell-one-liner/Sidef/shell-one-liner.sidef
Normal file
|
|
@ -0,0 +1 @@
|
|||
% sidef -E "say 'hello'"
|
||||
1
Task/Shell-one-liner/Wart/shell-one-liner.wart
Normal file
1
Task/Shell-one-liner/Wart/shell-one-liner.wart
Normal file
|
|
@ -0,0 +1 @@
|
|||
echo "prn 34" |wart
|
||||
2
Task/Shell-one-liner/jq/shell-one-liner.jq
Normal file
2
Task/Shell-one-liner/jq/shell-one-liner.jq
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ jq -M -n 1+1
|
||||
2
|
||||
Loading…
Add table
Add a link
Reference in a new issue