Updated to run functions from main function

This commit is contained in:
2020-06-11 14:16:57 -04:00
parent 3dc9661907
commit 3457bd6ed8
15 changed files with 49 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
//This is a hello world program for rust
fn main(){
pub fn main(){
//Basic printing
println!("Hello World");
let x = 5;