Add ZScript (#973)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-04-08 01:24:54 -05:00
committed by GitHub
parent 43609c9403
commit 5d50b050ec
2 changed files with 8 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (746 total)
## Languages (747 total)
* [!@#$%^&()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [05AB1E](%23/05AB1E)
@@ -755,6 +755,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Zombie](z/Zombie.zombie)
* [Zonnon](z/Zonnon.znn)
* [ZPL](z/ZPL)
* [ZScript](z/ZScript)
* [ZSH](z/ZSH.zsh)
<!--Languages end-->

6
z/ZScript Normal file
View File

@@ -0,0 +1,6 @@
version "3.3"
void HelloWorld()
{
A_Log("Hello World");
}