diff --git a/README.md b/README.md index 51f275c..447b18c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Z#, Z-Sharp Z-Sharp is a custom programming language I made because I don't like c++ very much (Z-Sharp's interpreter is written in c++ though). It used to be called Slang, standing for "Stupid Lang", but another programmig langauge called Slang already exists :(. Z-Sharp scripts have the file extension .zs. The base syntax and formatting I would say is quite similar to C#, but differs as task complexity increases. It has support for graphics using SDL2, and by default is not enabled. Here is some example code. ```c#