Design a simple system that allows HR to track jobs, applications and candidates.
- Candiates can register themselves and apply for a job
- All applications go through state: applied, interviewed, rejected, accepted
- When an application is accepted the job can no longer be applied to
Use C++/C/Rust
Make this system class a singleton