This website requires JavaScript.
Explore
Help
Sign In
ilsix
/
hello-world
Watch
1
Star
0
Fork
0
You've already forked hello-world
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c7733feaa6
hello-world
/
rust
/
helloworld.rs
4 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Tested Rust
2024-04-04 20:21:21 +00:00
//compiles and runs successfully
Untested Rust
2024-04-04 18:19:43 +00:00
fn
main
(
)
{
println!
(
"
Hello World!
"
)
;
}
Reference in New Issue
Copy Permalink