1 个不稳定版本
0.1.0 | 2024年5月13日 |
---|
#26 在 #github-actions
3KB
Hello World
Rust 中的 Hello World!
运行二进制文件
hello-world-in-rust
# Output: hello world!
作为 crate 执行
let next_word = hello_world::hello();
0.1.0 | 2024年5月13日 |
---|
#26 在 #github-actions
3KB
Rust 中的 Hello World!
运行二进制文件
hello-world-in-rust
# Output: hello world!
作为 crate 执行
let next_word = hello_world::hello();