# Calculator **Repository Path**: secosun/Calculator ## Basic Information - **Project Name**: Calculator - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2024-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Calculator ### Task 1. fork the repo to your own 2. Read `src/calculator.py` `tests/test_calculator.py` or use your preferred programming language implement 3. Try use `python -m pytest` to run unit test on local 4. set up GitHub Actions for CI/CD(Run unit tests automatically on push), or choose your familiar code hosting platform with CI/CD 5. set up branch protection ensure that code can only be merged into the main branch after passing all CI/CD tasks