mmodify readme, check arguments

This commit is contained in:
woojin
2023-08-27 09:39:31 +09:00
parent 6858e18da2
commit 15b8c714dc
2 changed files with 22 additions and 1 deletions

View File

@@ -138,6 +138,18 @@ Make sure that you're capable of using the following development tools:
- We'll announce **all** assignments before the semester begins.
- Submit your solution to <https://gg.kaist.ac.kr/course/17>.
- Read the documentation at <https://cp.kaist.ac.kr/cs220/cs220/>.
- We provide grading scripts for each assignment. Before submission, you can check your grade with your machine.
- Grading scripts are located at `scripts/` directory.
- You can run the grading script with the following command:
```bash
$ `scripts/grade.sh <assignment number>`
```
- For example,
- If you want to grade `assignment9`, run the following command:
```bash
$ cd scripts
$ ./grade.sh 9
```
- You're **allowed** to use ChatGPT or other LLMs. Instead, you'll solve more problems than previous semesters.