mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
21 lines
627 B
Markdown
21 lines
627 B
Markdown
---
|
|
name: Homework
|
|
about: Create a homework
|
|
title: "[Assignment TODO] TODO (due: TODO, 23:59:59 (KST))"
|
|
labels: assignment, announcement
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
DESCRIPTION.
|
|
|
|
- Read the description [here](https://github.com/kaist-cp/cs220/blob/main/src/assignments/assignmentX/mod.rs). You're going to fill out the `todo!()`s.
|
|
|
|
- You can grade your solution yourself by running `./scripts/grade.sh X`.
|
|
|
|
- Submit your code [here](https://gg.kaist.ac.kr/assignment/GGX/).
|
|
|
|
- **IMPORTANT**: only the last submission counts. Please make sure the last submission succeeds.
|
|
|
|
- **IMPORTANT**: don't fork this repository. It'll be public!
|