- Fork the project to your personal GitHub account.
- Check out the code locally, write your 9-digit student number in
student_no.txt
at the project root. - Complete the
Todo
code in each task directory; you can use aptos move test for local validation. - Commit and push the code to your personal repository.
- Click
Contribute
on 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