Getting Started
From OnixOS
First get olang(.exe) file or go get -v gitlab.com/olanguage/olang and run olang(.exe) (-r) <filename> (-d=true [debug mode])
Thats it.
Create file with example.ola;
output("Hello Galaxy!")
Run file with olang;
olang example.ola
Result;
"Hello Galaxy!"
Thats all.
