Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* main function is program entry point.
- Each binary should contain one and
- only one main function. */
- fn main() {
- // Print out the string Hello World in console.
- println!("Hello, World");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement