Skip to content

arifSuwadji/rust-programming-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Programming Tutorial

Tutorial Rust Programming Language untuk pemula

Instalasi

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

selengkapnya klik instalasi linux atau klik instalasi rust-lang

Cek Versi rust

rustc --version
rustc 1.45.2 (d3fb005a3 2020-07-31)

Contoh

fn main(){
    println!("Hello World, it’s TecMint.com – Best Linux HowTos, Guides on the Internet!");
} 

Compile

rustc test.rs

Jalankan Program

./test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages