hello-world

This commit is contained in:
Ciro Santilli
2021-03-24 00:00:01 +00:00
parent c47f50c209
commit 3e40ac19d9
735 changed files with 6145 additions and 0 deletions

2
hello-world/x/X D.xd Normal file
View File

@@ -0,0 +1,2 @@
;-~~~~~> ;P ;~~> ;P ;------> ;-P ;--> ;P ;D ;~~---> ;P ;| ;~~< ;----> ;P
;~---------> ;P ;--> ;P ;-----< ;P ;-------< ;P ;D ;> ;P ;~< ;-------< ;P

View File

@@ -0,0 +1,3 @@
func Main()
Qout("Hello World")
return 1

3
hello-world/x/XBase.dbf Normal file
View File

@@ -0,0 +1,3 @@
do while .t.
? 'Hello World'
enddo

2
hello-world/x/XL.xl Normal file
View File

@@ -0,0 +1,2 @@
// XL programming language: http://xlr.sourceforge.net
writeln "Hello World"

View File

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

2
hello-world/x/XML.xml Normal file
View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<text><![CDATA[Hello World]]></text>

2
hello-world/x/XPL0.xpl Normal file
View File

@@ -0,0 +1,2 @@
code Text=12;
Text(0, "Hello World")

2
hello-world/x/XQuery.xq Normal file
View File

@@ -0,0 +1,2 @@
let $hello := "Hello World"
return $hello

12
hello-world/x/XRF.xrf Normal file
View File

@@ -0,0 +1,12 @@
53374 54374 54374 545F4 54374
54374 54374 41345 546F4 54374
54374 54374 54374 54554 54554
545F4 54314 54554 54554 54554
545F4 54314 54314 54554 545F4
54314 33745 54664 54664 54664
54664 54314 54664 54664 54664
54664 54664 54664 54314 54934
54554 5454F 54374 5451F 54314
54554 545F4 54314 54664 54664
54664 54314 54664 54664 54664
54664 9151B

6
hello-world/x/XSLT.xslt Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:text>Hello World</xsl:text>
</xsl:template>
</xsl:stylesheet>

4
hello-world/x/XUL.xul Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<label value="Hello World"/>
</window>

53
hello-world/x/Xlogo.lgo Normal file
View File

@@ -0,0 +1,53 @@
to HelloWorld
resetall
hideturtle
fd 20 left 180
fd 40 left 180
fd 20 right 90
fd 20 left 90
fd 20 left 180
fd 40 left 90
fd 20 left 90
fd 20 right 90
fd 20 right 90
fd 10 right 90
fd 20 left 90
fd 10 left 90
fd 30 left 90
fd 40 left 180
fd 40 left 90
fd 20 left 90
fd 40 left 180
fd 40 left 90
fd 40 left 90
fd 20 left 90
fd 20 left 90
fd 20 left 90
fd 60 left 90
fd 40 left 180
fd 40 left 90
fd 20 left 90
fd 20 left 180
fd 20 left 90
fd 20 left 90
fd 40 left 180
fd 40 left 90
fd 40 left 90
fd 20 left 90
fd 20 left 90
fd 20 left 90
fd 40 left 90
fd 20 right 90
fd 20 right 90
fd 5 left 90
fd 5 left 90
fd 25 left 180
fd 40 left 90
fd 40 left 90
fd 20 left 90
fd 20 left 90
fd 20 left 90
fd 20 left 90
fd 40 left 180
fd 40
end