Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Assignment 9] Iterators (1/2) (due: 11/29, 23:59:59 (KST)) #352

Open
Lee-Janggun opened this issue Sep 2, 2024 · 2 comments
Open

[Assignment 9] Iterators (1/2) (due: 11/29, 23:59:59 (KST)) #352

Lee-Janggun opened this issue Sep 2, 2024 · 2 comments

Comments

@Lee-Janggun
Copy link
Member

Get used to using iterators in Rust, part 1.

  • Read the description here. You're going to fill out the todo!()s.

  • You can grade your solution yourself by running ./scripts/grade.sh 9.

  • Submit your code here.

  • IMPORTANT: only the last submission counts. Please make sure the last submission succeeds.

  • IMPORTANT: don't fork this repository. It'll be public!

@add-ict
Copy link

add-ict commented Sep 14, 2024

In /scripts/grade.sh,

    TEST09)
        TESTS=(
            "assignments::assignment09::bigint_grade::test"
            "assignments::assignment09::small_exercises_grade::test"
        )

Is that correct?
I guess there is missing "assignments::assignment09::matmul_grade::test" or it's just intended?

Happy Chuseok!

@Jaewookim08
Copy link
Collaborator

Jaewookim08 commented Sep 23, 2024

@add-ict Thanks! We have added the missing test. We have nullified the previous submissions (related issue here), so make sure to submit them again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants