Skip to content

Releases: thevpc/hadra-lang

v0.1

31 Aug 07:17
Compare
Choose a tag to compare

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