This website requires JavaScript.
Explore
Help
Register
Sign In
mschoi
/
code_problems
Watch
1
Star
0
Fork
0
You've already forked code_problems
generated from
mschoi/template
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
23
Commits
1
Branch
0
Tags
main
Commit Graph
2 Commits
Author
SHA1
Message
Date
Myeongseon Choi
088ff40a14
Update .gitignore to exclude src/main.rs file
...
Some checks failed
mint_ci / Check Python code using ruff (push)
Successful in 15s
Details
Rust-lint / Run rust tests (push)
Failing after 41s
Details
Rust-lint / Check Rust code with rustfmt and clippy (push)
Failing after 30s
Details
- Added src/main.rs to .gitignore to prevent tracking of changes in the main source file.
2025-05-14 00:36:11 +09:00
Myeongseon Choi
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
Details
Rust-lint / Run rust tests (push)
Failing after 51s
Details
Rust-lint / Check Rust code with rustfmt and clippy (push)
Successful in 21s
Details
2025-05-09 10:56:10 +09:00