Skip to content

LuisJoseSanchez/rust-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

"Hello world!" program in Rust

This is my first program in Rust programming language.

fn main() {
  println!("Hello world!");
}

Compile:

rust hello.rs

Execute:

./hello

About

"Hello world!" program in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages