mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Unset examples
This commit is contained in:
parent
077508114d
commit
761b8bfb07
1 changed files with 1 additions and 10 deletions
|
@ -3,13 +3,4 @@ app "helloWorld"
|
|||
imports []
|
||||
provides [main] to pf
|
||||
|
||||
crash : Str -> a
|
||||
crash = \msg ->
|
||||
expect msg != msg
|
||||
|
||||
diverge : {} -> a
|
||||
diverge = \{} -> diverge {}
|
||||
|
||||
diverge {}
|
||||
|
||||
main = crash "Hello, World!\n"
|
||||
main = "Hello, World!\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue