- Fork the project to your personal GitHub account.
- Check out the code locally, write your 9-digit student number in
student_no.txtat the project root. - Complete the
Todocode in each task directory; you can use aptos move test for local validation. - Commit and push the code to your personal repository.
- Click
Contributeon your personal repository to submit a pull request; CI will automatically run tests and save the scores.
- With the pull request open, correcting the code requires no additional actions; tests will automatically run after the code is pushed.
- The highest score will be taken.
- You can check the test detail on
Actions