Skip to content

Commit 5d50b05

Browse files
MrBrain295Richienb
andauthored
Add ZScript (#973)
Co-authored-by: Richie Bendall <[email protected]>
1 parent 43609c9 commit 5d50b05

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
88
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
99

1010
<!--Languages start-->
11-
## Languages (746 total)
11+
## Languages (747 total)
1212

1313
* [!@#$%^&∗()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
1414
* [05AB1E](%23/05AB1E)
@@ -755,6 +755,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
755755
* [Zombie](z/Zombie.zombie)
756756
* [Zonnon](z/Zonnon.znn)
757757
* [ZPL](z/ZPL)
758+
* [ZScript](z/ZScript)
758759
* [ZSH](z/ZSH.zsh)
759760
<!--Languages end-->
760761

z/ZScript

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version "3.3"
2+
3+
void HelloWorld()
4+
{
5+
A_Log("Hello World");
6+
}

0 commit comments

Comments
 (0)