mirror of
https://bitbucket.org/Mattrixwv/rusttutorials.git
synced 2025-12-07 02:53:58 -05:00
Updated naming again
This commit is contained in:
13
1.HelloWorld/1Comments.rs
Normal file
13
1.HelloWorld/1Comments.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
//Tutorials/hello.rs
|
||||
//Matthew Ellison
|
||||
// Created: 06-06-20
|
||||
//Modified: 06-06-20
|
||||
//This is a hello world program for rust
|
||||
|
||||
|
||||
fn main(){
|
||||
//Basic printing
|
||||
println!("Hello World");
|
||||
let x = 5;
|
||||
println!("'x' = {}", x);
|
||||
}
|
||||
Reference in New Issue
Block a user