itp1-rust

Overview

This repository contains solutions to the “Introduction to Programming (ITP1)” problems from AOJ (Aizu Online Judge), implemented in Rust.

Directory Structure

Usage

  1. Make sure you have Rust installed on your system.
  2. Navigate to the desired directory.
  3. Run the code using cargo run or compile and execute with rustc filename.rs && ./filename.

Purpose

References

License

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