update
This commit is contained in:
parent
1f1ad49427
commit
6f050a029e
2496 changed files with 37609 additions and 3031 deletions
4
Task/Hello-world-Text/LOLCODE/hello-world-text.lol
Normal file
4
Task/Hello-world-Text/LOLCODE/hello-world-text.lol
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
HAI
|
||||
CAN HAS STDIO?
|
||||
VISIBLE "Goodbye, World!"
|
||||
KTHXBYE
|
||||
1
Task/Hello-world-Text/Lua/hello-world-text-1.lua
Normal file
1
Task/Hello-world-Text/Lua/hello-world-text-1.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
print "Goodbye, World!"
|
||||
4
Task/Hello-world-Text/Lua/hello-world-text-2.lua
Normal file
4
Task/Hello-world-Text/Lua/hello-world-text-2.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
local chars = {"G","o","o","d","b","y","e",",","W","o","r","l","d","!"}
|
||||
for i = 1, #chars do
|
||||
write(chars[i])
|
||||
end
|
||||
4
Task/Hello-world-Text/SNUSP/hello-world-text-1.snusp
Normal file
4
Task/Hello-world-Text/SNUSP/hello-world-text-1.snusp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/++++!/===========?\>++.>+.+++++++..+++\
|
||||
\+++\ | /+>+++++++>/ /++++++++++<<.++>./
|
||||
$+++/ | \+++++++++>\ \+++++.>.+++.-----\
|
||||
\==-<<<<+>+++/ /=.>.+>.--------.-/
|
||||
4
Task/Hello-world-Text/SNUSP/hello-world-text-2.snusp
Normal file
4
Task/Hello-world-Text/SNUSP/hello-world-text-2.snusp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
@\G.@\o.o.@\d.--b.@\y.@\e.>@\comma.@\.<-@\W.+@\o.+++r.------l.@\d.>+.! #
|
||||
| | \@------|# | \@@+@@++|+++#- \\ -
|
||||
| \@@@@=+++++# | \===--------!\===!\-----|-------#-------/
|
||||
\@@+@@@+++++# \!#+++++++++++++++++++++++#!/
|
||||
|
|
@ -1 +1 @@
|
|||
^AGoodbye, World^A$$
|
||||
^AGoodbye, World!^A$$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue