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

Rustlatin_new #175

Open
wants to merge 13 commits into
base: training_material_wip
Choose a base branch
from
Open

Rustlatin_new #175

wants to merge 13 commits into from

Conversation

Mirabellensaft
Copy link
Contributor

No description provided.

@Mirabellensaft Mirabellensaft changed the title rewritten exercise Rustlatin_new Jan 9, 2023
== Specification
* create a Rust library
* split a `&str` at specified `char`
* get single `char` out of a `&str`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: get a* single

* to concatenate `&str`
* return the content of a `Vec<String>` as `String`.

== Prerequisists
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prerequisites*


You must be able to
* define variables as mutable
* use for loop
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use a* for loop

Copy link
Contributor

@miguelraz miguelraz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love the new version of this. I will try and run the code tomorrow locally to verify everything.

I might as for a few emoji's and todo!()s to be peppered in, but no other major revisions.

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.

3 participants