hello-world
This commit is contained in:
2
hello-world/x/X D.xd
Normal file
2
hello-world/x/X D.xd
Normal file
@@ -0,0 +1,2 @@
|
||||
;-~~~~~> ;P ;~~> ;P ;------> ;-P ;--> ;P ;D ;~~---> ;P ;| ;~~< ;----> ;P
|
||||
;~---------> ;P ;--> ;P ;-----< ;P ;-------< ;P ;D ;> ;P ;~< ;-------< ;P
|
||||
3
hello-world/x/XBase++.prg
Normal file
3
hello-world/x/XBase++.prg
Normal file
@@ -0,0 +1,3 @@
|
||||
func Main()
|
||||
Qout("Hello World")
|
||||
return 1
|
||||
3
hello-world/x/XBase.dbf
Normal file
3
hello-world/x/XBase.dbf
Normal file
@@ -0,0 +1,3 @@
|
||||
do while .t.
|
||||
? 'Hello World'
|
||||
enddo
|
||||
2
hello-world/x/XL.xl
Normal file
2
hello-world/x/XL.xl
Normal file
@@ -0,0 +1,2 @@
|
||||
// XL programming language: http://xlr.sourceforge.net
|
||||
writeln "Hello World"
|
||||
2
hello-world/x/XLisp.xlisp
Normal file
2
hello-world/x/XLisp.xlisp
Normal file
@@ -0,0 +1,2 @@
|
||||
(DISPLAY "Hello World")
|
||||
(NEWLINE)
|
||||
2
hello-world/x/XML.xml
Normal file
2
hello-world/x/XML.xml
Normal 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
2
hello-world/x/XPL0.xpl
Normal file
@@ -0,0 +1,2 @@
|
||||
code Text=12;
|
||||
Text(0, "Hello World")
|
||||
2
hello-world/x/XQuery.xq
Normal file
2
hello-world/x/XQuery.xq
Normal file
@@ -0,0 +1,2 @@
|
||||
let $hello := "Hello World"
|
||||
return $hello
|
||||
12
hello-world/x/XRF.xrf
Normal file
12
hello-world/x/XRF.xrf
Normal 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
6
hello-world/x/XSLT.xslt
Normal 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
4
hello-world/x/XUL.xul
Normal 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
53
hello-world/x/Xlogo.lgo
Normal 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
|
||||
Reference in New Issue
Block a user