Inspiration mlh
``` fn main() { println!("Hello, World!"); }
## What it does
## How we built it
## Challenges we ran into
## Accomplishments that we're proud of
## What we learned
## What's next for Hello World
```Hello, World! It’s beginners week, a classic hello world challenge! Write code to say “hello, world!” in any language of your choosing.``` so I write a code in Rust language.
``` fn main() { println!("Hello, World!"); }
## What it does
## How we built it
## Challenges we ran into
## Accomplishments that we're proud of
## What we learned
## What's next for Hello World
Log in or sign up for Devpost to join the conversation.