1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-03 22:59:07 +02:00

I AM NOT DONE comment in conversions exercise files

This commit is contained in:
Abdou Seck
2019-12-16 11:33:00 -05:00
parent 0c85dc1193
commit fc26b5e151
5 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ struct Person {
age: usize,
}
// I AM NOT DONE
// Steps:
// 1. If the length of the provided string is 0, then return an error
// 2. Split the given string on the commas present in it