Skip to content

Latest commit

 

History

History
 
 

print

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Basic print function in rust

  • main.rs
fn main() {
    println!("Hello World")
}
$ cargo run