roc/examples
Ayaz 9bf23196a8
Revert stray introduction from #4661
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
2022-12-03 12:32:46 -06:00
..
cli Revert stray introduction from #4661 2022-12-03 12:32:46 -06:00
gui update rust platform build.rs 2022-11-06 16:34:15 +01:00
parser change parser host to zig 2022-11-11 23:45:32 +01:00
platform-switching Merge pull request #4508 from roc-lang/windows-final-cli-tests 2022-11-16 18:21:49 +01:00
ruby-interop Merge pull request #4503 from roc-lang/windows-cli-tests 2022-11-11 09:42:06 -08:00
static-site-gen windows fixes, error improvements 2022-11-16 13:55:58 +01:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
.gitignore update tutorial, cleanup 2022-11-28 20:13:39 +01:00
helloWorld.roc Drop Program and third type param from Task 2022-11-24 03:21:14 -05:00
README.md update and simplify examples README 2022-10-17 12:28:09 +02:00

Examples

To run examples:

roc run examples/hello-world/main.roc

crates/cli_testing_examples/ has even more examples.