mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-02 22:01:20 +00:00
|
|
||
|---|---|---|
| .. | ||
| cli | ||
| gui | ||
| parser | ||
| ruby-interop | ||
| static-site-gen | ||
| swiftui | ||
| .gitignore | ||
| helloWorld.roc | ||
| README.md | ||
Examples
Run examples as follows:
-
Navigate to this
examplesfoldercd examples -
Run a particular example, such as Hello World:
roc run hello-world/main.roc
crates/cli_testing_examples/benchmarks/ contains some larger examples.
Some examples like crates/cli_testing_examples/benchmarks/NQueens.roc require input after running.
For NQueens, input 10 in the terminal and press enter.