roc/examples
2022-11-09 09:08:34 +00:00
..
cli remove another duplicate import 2022-11-05 17:11:58 +01:00
gui Merge pull request #4252 from roc-lang/dependabot/cargo/examples/gui/breakout/platform/crossbeam-utils-0.8.12 2022-10-08 09:48:10 -05:00
parser Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects 2022-11-05 12:21:37 +01:00
platform-switching Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects 2022-10-30 15:57:07 +01:00
ruby-interop Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects 2022-11-05 12:21:37 +01:00
static-site-gen Do an explicit cast that doesn't make sense 2022-10-16 18:43:03 -04:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom virtual-dom: rename HostJavaScript 2022-11-09 09:08:34 +00:00
.gitignore Move helloWorld example up onto cli-platform 2022-09-11 22:22:50 -06:00
helloWorld.roc cli_run no macro re-write 2022-09-27 20:25:28 +02: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.