This website requires JavaScript.
Explore
Help
Sign in
schaefera
/
doubleo7
Watch
1
Star
0
Fork
You've already forked doubleo7
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
48274d1698
doubleo7
/
src
/
main.rs
5 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
Add rig-core and tokio dependencies, async main
2026-07-31 08:21:31 +00:00
#[
tokio::main
]
async
fn
main
(
)
{
cargo new scaffold
2026-07-31 08:20:46 +00:00
println!
(
"
Hello, world!
"
)
;
}
Reference in a new issue
Copy permalink