2 Commits

Author SHA1 Message Date
b8c7b5e68b finish testing
- convert project to a library by moving program logic into lib.rs
- create ./tests to store integration tests
- create ./common to store code we want shared across integration tests
2026-01-19 08:01:27 +00:00
b287268919 testing
- create regular functions with various return types
- create test functions with various return types
- experiment with `cargo test`, `#[should_panic]`, `#[ignore]` and test modules
2026-01-19 07:06:25 +00:00