roc/examples
2023-01-27 17:31:49 -06:00
..
cli Bump bumpalo from 3.11.0 to 3.12.0 in /examples/cli/cli-platform 2023-01-20 22:23:22 +00:00
gui Merge pull request #4936 from roc-lang/dependabot/cargo/examples/gui/platform/bumpalo-3.12.0 2023-01-21 10:58:44 -05:00
parser formatting 2023-01-26 20:45:30 +00:00
platform-switching 1.65 changes and clippy fixes 2023-01-17 18:09:16 +01:00
ruby-interop Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
static-site-gen Fix smart quotes in tutorial 2023-01-25 14:55:18 -05:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip Update other Nat usages in virtual dom 2023-01-27 17:31:49 -06:00
.gitignore update tutorial, cleanup 2022-11-28 20:13:39 +01:00
helloWorld.roc use basic-cli 0.2.0 2023-01-21 19:06:06 +01:00
helloWorldNoURL.roc add helloWorldNoURL 2022-12-27 15:03:31 +01: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.