github generated gh-pages branch
This commit is contained in:
4
x/.gitignore
vendored
4
x/.gitignore
vendored
@@ -1,4 +0,0 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
@@ -1,3 +0,0 @@
|
||||
func Main()
|
||||
Qout("Hello World")
|
||||
return 1
|
||||
53
x/xlogo.lgo
53
x/xlogo.lgo
@@ -1,53 +0,0 @@
|
||||
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
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<text><![CDATA[Hello World]]></text>
|
||||
@@ -1,2 +0,0 @@
|
||||
code Text=12;
|
||||
Text(0, "Hello World")
|
||||
@@ -1,6 +0,0 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user