roc/examples
2023-01-05 21:51:48 +00:00
..
cli changed expected output for tests to reflect new behavior 2022-12-11 18:39:14 -07:00
gui fix other formatting 2022-12-04 18:39:58 -08:00
parser Merge pull request #4714 from roc-lang/expect-dbg-atomics 2022-12-09 09:21:13 +01:00
platform-switching added toolchain file to example 2022-12-12 19:57:56 +01:00
ruby-interop Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
static-site-gen added tutorial generated from static-site platform 2022-12-15 18:10:14 +11:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip virtual-dom: use crash instead of defaulting to RenderedNone 2023-01-05 21:51:48 +00:00
.gitignore update tutorial, cleanup 2022-11-28 20:13:39 +01:00
helloWorld.roc helloWolrd url platform, improve getting started 2022-12-27 13:46:48 +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.