Source code
Revision control
Copy as Markdown
Other Tools
fn main() {
// Statements here are executed when the compiled binary is called
// Print text to the console
println!("Hello World!");
}
fn main() {
// Statements here are executed when the compiled binary is called
// Print text to the console
println!("Hello World!");
}