roc/examples
Folkert de Vries 91947972b3
Merge pull request #4340 from roc-lang/update-examples-readme
update and simplify examples README
2022-10-18 13:47:55 +02:00
..
cli Merge pull request #4265 from cjduncana/from-result 2022-10-08 23:12:44 -07: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 Simplify Parser example 2022-10-05 17:28:01 -05:00
platform-switching moved platform-switching 2022-10-17 15:22:20 +02:00
ruby-interop Add language to all fenced code blocks 2022-09-09 01:12:31 -06:00
static-site-gen example.org is better 2022-10-15 14:28:56 +02:00
swiftui add missing new line 2022-10-07 17:11:51 -07: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.