File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
8
8
Make sure to see [ contributing.md] ( /contributing.md ) for instructions on contributing to the project!
9
9
10
10
<!-- Languages start-->
11
- ## Languages (746 total)
11
+ ## Languages (747 total)
12
12
13
13
* [ !@#$%^&∗()_ +] ( %23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B )
14
14
* [ 05AB1E] ( %23/05AB1E )
@@ -755,6 +755,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
755
755
* [ Zombie] ( z/Zombie.zombie )
756
756
* [ Zonnon] ( z/Zonnon.znn )
757
757
* [ ZPL] ( z/ZPL )
758
+ * [ ZScript] ( z/ZScript )
758
759
* [ ZSH] ( z/ZSH.zsh )
759
760
<!-- Languages end-->
760
761
Original file line number Diff line number Diff line change
1
+ version "3.3"
2
+
3
+ void HelloWorld()
4
+ {
5
+ A_Log("Hello World");
6
+ }
You can’t perform that action at this time.
0 commit comments