2 Commits

Author SHA1 Message Date
088ff40a14 Update .gitignore to exclude src/main.rs file
Some checks failed
mint_ci / Check Python code using ruff (push) Successful in 15s
Rust-lint / Run rust tests (push) Failing after 41s
Rust-lint / Check Rust code with rustfmt and clippy (push) Failing after 30s
- Added src/main.rs to .gitignore to prevent tracking of changes in the main source file.
2025-05-14 00:36:11 +09:00
e72c8c95e4 Initial project setup with Cargo.toml, source files, and utility modules. Added .gitignore to exclude target files and Cargo.lock. Implemented various problem modules and utility functions for mathematical operations.
Some checks failed
mint_ci / Check Python code using ruff (push) Successful in 1m23s
Rust-lint / Run rust tests (push) Failing after 51s
Rust-lint / Check Rust code with rustfmt and clippy (push) Successful in 21s
2025-05-09 10:56:10 +09:00