Skip to content

aa362ce/rust-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Tutorial

This repo contains my experiments with rust lang and some basic tutorials.

Getting Started

Follow the instructions on (https://www.rust-lang.org)

Installation

$ curl https://sh.rustup.rs -sSf | sh

Then

$ source $HOME/.cargo/env
$ rustc hello.rs
$ ./hello

Prerequisites

Basic programming concepts

Authors

  • Ashish Bhatt - Initial work - aa362ce

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages