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

[rust]: Add solution for day 03 #3

Merged
merged 2 commits into from
Dec 3, 2022
Merged

[rust]: Add solution for day 03 #3

merged 2 commits into from
Dec 3, 2022

Conversation

tometo-dev
Copy link
Owner

@tometo-dev tometo-dev commented Dec 3, 2022

Note:
Part 2 of the solution uses rust nightly feature (i.e. array_chunks), so nightly version of rust must be used.

The nightly version I used is: rustc 1.67.0-nightly (32e613bba 2022-12-02)

Refer: rust-lang/rust#100450 for tracking feature array_chunks

@tometo-dev tometo-dev merged commit 81f39f5 into main Dec 3, 2022
@tometo-dev tometo-dev deleted the day-03 branch December 5, 2022 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant