This website requires JavaScript.
Explore
Help
Sign in
traxys
/
guest-ha
Watch
1
Star
0
Fork
You've already forked guest-ha
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c17baa112c
guest-ha
/
src
/
main.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Transform to tokio::main
2023-11-04 16:43:23 +01:00
#[
tokio::main(flavor =
"
current_thread
"
)
]
async
fn
main
(
)
{
Initial project
2023-11-04 16:42:04 +01:00
println!
(
"
Hello world
"
)
;
}
Reference in a new issue
Copy permalink