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
|
|
@ -0,0 +1,9 @@
|
|||
$ java -jar ursa.jar
|
||||
cygnus/x ursa v0.76 (default, release 1)
|
||||
[Oracle Corporation JVM 1.8.0_91 on Linux 3.16.0-4-686-pae i386]
|
||||
> def f (string s1, string s2, string sep)
|
||||
.. return (+ s1 sep sep s2)
|
||||
..end
|
||||
> out (f "Rosetta" "Code" ":") endl console
|
||||
Rosetta::Code
|
||||
> _
|
||||
Loading…
Add table
Add a link
Reference in a new issue