1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-01 22:51:45 +02:00

feat(strings): move before modules

This commit is contained in:
mokou
2022-07-14 12:18:21 +02:00
parent c6bc97adc1
commit f5e4c16eed
3 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
// strings1.rs
// Make me compile without changing the function signature!
// Execute `rustlings hint strings1` for hints ;)
// Execute `rustlings hint strings1` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE

View File

@@ -1,6 +1,6 @@
// strings2.rs
// Make me compile without changing the function signature!
// Execute `rustlings hint strings2` for hints :)
// Execute `rustlings hint strings2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE