Skip to content

Commit

Permalink
Merge pull request #243 from AnHaechan/main
Browse files Browse the repository at this point in the history
fix: cargo doc, grading script
  • Loading branch information
jeehoonkang committed Aug 28, 2023
2 parents f330775 + 1feb29d commit 48f66a9
Show file tree
Hide file tree
Showing 31 changed files with 163 additions and 433 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ 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/>.
- You can check your grade of each assignment by running the grading script.
- You can run the grading script with the following command:
```bash
$ ./scripts/grade.sh <assignment_number>
```
- E.g. To grade `assignment09`, run the following command:
```bash
$ ./scripts/grade.sh 9
```
- You're **allowed** to use ChatGPT or other LLMs. Instead, you'll solve more problems than previous semesters.


Expand Down
33 changes: 0 additions & 33 deletions scripts/grade-01.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-02.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-03.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-04.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-06.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-07.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-08.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-09.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-10.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-11.sh

This file was deleted.

33 changes: 0 additions & 33 deletions scripts/grade-12.sh

This file was deleted.

Loading

0 comments on commit 48f66a9

Please sign in to comment.