We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d0231 commit 89b6bc8Copy full SHA for 89b6bc8
pkgs/roc/applications/hello/rust-basic-cli-2/main.roc
@@ -3,7 +3,6 @@ app [main!] {
3
lib: "./Lib/main.roc",
4
}
5
import lib.Hello exposing [str]
6
-hello : Str -> Str
7
hello = str
8
import pf.Stdout exposing [line!, hello!]
9
language = "Rust"
pkgs/roc/platforms/rust-basic-cli-2/build
224 Bytes
0 commit comments