basic cli
0.15.0
A Roc platform to work with files, commands, HTTP, TCP, command line arguments,...
? examples:
? documentation:
If you clone this repo instead of using the release URL you'll need to build the platform once:
roc build.roc
Then you can run like usual:
$ roc --prebuilt-platform examples/hello-world.roc
Hello, World!