z2 is a programming language created in 2015.
#2705on PLDB | 9Years Old |
git clone https://github.com/MasterZean/z2-compiler-cpp
Z2 is a statically-typed pure-OOP general-use performance-centric systems-programming language.
namespace org.z2legacy.samples.ut;
class HelloWorld {
def @main() {
System.Out << "Hello World!\n";
}
}