Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
This commit is contained in:
4
z/.gitignore
vendored
Normal file
4
z/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
6
z/zombie.zombie
Normal file
6
z/zombie.zombie
Normal file
@@ -0,0 +1,6 @@
|
||||
HelloWorld is a zombie
|
||||
summon
|
||||
task SayHello
|
||||
say "Hello World!"
|
||||
animate
|
||||
animate
|
||||
4
z/zonnon.znn
Normal file
4
z/zonnon.znn
Normal file
@@ -0,0 +1,4 @@
|
||||
module HelloWorld;
|
||||
begin
|
||||
writeln("Hello World");
|
||||
end HelloWorld.
|
||||
Reference in New Issue
Block a user