Logo

dev-resources.site

for different kinds of informations.

Hello world in rust

Published at
3/14/2024
Categories
rust
lowlevelcode
webassembly
helloworld
Author
yellowcoder
Author
11 person written this
yellowcoder
open
Hello world in rust
fn main(){
 println!(β€œHello, World!”);
}
Enter fullscreen mode Exit fullscreen mode

Featured ones: