- create main.rs file - implement basic main function with "hello world" output
- add clippy lints for format args and unnecessary semicolon warnings - allow rust dead-code lint temporarily for development phase - specify library and binary paths for project structure
- create add function to sum two u64 numbers - include basic test to verify functionality