Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 657 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 657 Bytes

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