This repository is used to hold together all the homeworks I've done for the bootcamp.
All homeworks are held together in the src directory.
- Files starting with
rust_homeworkhold the homework specified in the documentation of the bootcamp. - Files starting with
bootcamp_homeworkhold the homework given by teachers in the online lectures.
The bootcamp mentioned is the Advanced Solana Bootcamp by Patika.dev.
Please check the Cargo.toml file to learn how to address your desired code block.
cargo run --bin enumsThis example will compile and execute the enums binary, i.e., enums.rs file.
This code is licensed under the MIT License. See the LICENSE file for details.