Overview
This repository contains solutions to the “Introduction to Programming (ITP1)” problems from AOJ (Aizu Online Judge), implemented in Rust.
Directory Structure
itp1-01
to itp1-11
Each directory contains Rust source code files corresponding to each ITP1 problem.
Usage
- Make sure you have Rust installed on your system.
- Navigate to the desired directory.
- Run the code using
cargo run
or compile and execute with rustc filename.rs && ./filename
.
Purpose
- To learn the basics of Rust syntax
- To practice standard input/output and control structures
- To solve competitive programming problems
References
License
This repository is licensed under the MIT License.
See LICENSE for details.