You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.10.0/vNe6s9hWzoTZtFmNkvEICPErI9ptji_ySjicO6CkucY.tar.br" }
import pf.Stdout
# use `as` to define an import alias
import pf.Task as T
main =
_ <- Stdout.line "hey" |> T.await
Stdout.line! "Hello, World!"
We should use a simple example like this but without backpassing
The text was updated successfully, but these errors were encountered:
Example:
We should use a simple example like this but without backpassing
The text was updated successfully, but these errors were encountered: