Releases: thevpc/hadra-lang
Releases · thevpc/hadra-lang
v0.1
First Release of the programming language
Here is how to install the compiler (you need to install nuts package manager first), write a hello world file, and finally compile and run it
nuts install hl
echo 'println("hello world");' > your-file.hl
nuts hl your-file.hl