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

[Hacktoberfest] Rust | A Box in a Box #178

Open
ericwburden opened this issue Sep 29, 2021 · 1 comment
Open

[Hacktoberfest] Rust | A Box in a Box #178

ericwburden opened this issue Sep 29, 2021 · 1 comment
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest

Comments

@ericwburden
Copy link
Collaborator

ericwburden commented Sep 29, 2021

Participation

All Hacktoberfest solutions should be provably correct. That is, solution submissions should either include the unit tests from the original challenge (implemented in your language of choice) or at least print out the expected answers when run by the maintainers. Solutions that do not meet these criteria may be rejected, or flagged as 'invalid' or 'spam' in egregious cases. This can result in your PR not counting towards your Hacktoberfest participation or becoming ineligible to participate in Hacktoberfest. Violations of our Code of Conduct will be reported, and will also render you ineligible to participate in Hacktoberfest. Please be respectful of the maintainers' and other participants' time by doing your best to submit real solutions to the puzzles. Thanks, and welcome to our learning community!

Challenge

A Box in a Box

Language

Solve this challenge in Rust!

Approach

If you've never implemented a Trait before, try creating/implementing an Overlaps trait for boundary checking. If you're new to Rust, then forget about Traits and just make sure you include unit tests.

@ericwburden ericwburden added hacktoberfest Hacktoberfest good first issue Good for newcomers labels Sep 29, 2021
@oktak
Copy link
Contributor

oktak commented Oct 8, 2021

I would like to try this!

oktak added a commit to oktak/CodingDojo that referenced this issue Oct 8, 2021
drkennetz pushed a commit that referenced this issue Oct 9, 2021
* Submitting Rust solution for "A Box in a Box" #178

* refactor: Use ::new(), avoid panic, remove binary file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants