Skip to content

Latest commit

 

History

History

class4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Class 4 - Feb 22

Lesson

Homework



Homework 4

Zustlings for ZKP

We have created some exercises for you to give you an introduction to Rust.

These are in the bootcamp repo.

You can either clone this locally or set up a workspace in gitpod.io

Installing Zustlings

#install Rust
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
#update Rust
rustup update
cargo install --force --path .

Doing exercises

In the rust directory run

zustlings homework n

Where n is the number of the homework you are doing, e.g.

zustlings homework 4