Merge branch 'master' into patch-2

This commit is contained in:
Mike Donaghy
2017-02-15 10:54:38 -06:00
committed by GitHub
96 changed files with 1289 additions and 50 deletions

2
s/S-algol Normal file
View File

@@ -0,0 +1,2 @@
write "Hello World"
?

1
s/SIL.SIL Normal file
View File

@@ -0,0 +1 @@
print Hello, World!

1
s/hello.st Normal file
View File

@@ -0,0 +1 @@
'Hello World' printNl !

1
s/sacred.sacred Normal file
View File

@@ -0,0 +1 @@
)( )( (( )( (( (( () ( () ( (( () )) )( )( )( )) )( )) )( )) )( (( (( (( ) )) ) (( (( )( )( ((( (( () () () () () () ((( (( (( )( ((( ((( (( (( ((( (( () ((( )) )) ((( )) )) ((( (( (( (( ((( () () () ((( )) )) ((( )) )) )( ((( (( (( (( () (((

1
s/schwift.y Normal file
View File

@@ -0,0 +1 @@
show me what you got "Hello World"

4
s/sed.sed Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/sed -f sed.sed
c\
Hello World
q

1
s/self.self Normal file
View File

@@ -0,0 +1 @@
'Hello World!' printLine

1
s/shen.shen Normal file
View File

@@ -0,0 +1 @@
(pr "hello world")

5
s/simpl+.usp Normal file
View File

@@ -0,0 +1,5 @@
// Hello World in Crestron's SIMPL+
Function Main
{
Print("Hello World!\n");
}

3
s/sparql.sparql Normal file
View File

@@ -0,0 +1,3 @@
SELECT ?h WHERE {
VALUES ?h { "Hello World!" }
}

View File

@@ -1,4 +1 @@
CREATE TABLE HELLO (HELLO CHAR(12))
UPDATE HELLO
SET HELLO = 'HELLO WORLD!'
SELECT * FROM HELLO
SELECT "Hello World";

2
s/stanza.stanza Normal file
View File

@@ -0,0 +1,2 @@
println("Hello World")

1
s/streem.strm Normal file
View File

@@ -0,0 +1 @@
["hello, world"] | stdout

View File

@@ -1 +1 @@
probe oneshot { println("Hello, world") }
probe oneshot { println("Hello, world") }