Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 966 Bytes

File metadata and controls

40 lines (24 loc) · 966 Bytes

Bootcamp Homeworks

Table of Contents

Description

This repository is used to hold together all the homeworks I've done for the bootcamp.

Navigation

All homeworks are held together in the src directory.

  • Files starting with rust_homework hold the homework specified in the documentation of the bootcamp.
  • Files starting with bootcamp_homework hold the homework given by teachers in the online lectures.

Bootcamp

The bootcamp mentioned is the Advanced Solana Bootcamp by Patika.dev.

Usage

Please check the Cargo.toml file to learn how to address your desired code block.

Sample usage:

cargo run --bin enums

This example will compile and execute the enums binary, i.e., enums.rs file.

License

This code is licensed under the MIT License. See the LICENSE file for details.