This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
char
Watch
1
Star
0
Fork
0
You've already forked char
Code
Issues
1
Pull Requests
3
Packages
Projects
Releases
Wiki
Activity
char
/
crates
/
char_cli
/
src
/
main.rs
5 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: add base crates
2023-02-20 21:35:19 +01:00
#[
tokio::main
]
async
fn
main
(
)
{
add base cmd
2023-01-22 12:04:41 +01:00
println!
(
"
Hello, world!
"
)
;
}
Reference in New Issue
Copy Permalink