diff options
| author | x-hgg-x <39058530+x-hgg-x@users.noreply.github.com> | 2022-03-29 11:44:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 11:44:06 +0200 |
| commit | 179a75a68d03ac9518dec2297fb17f91a4fc506b (patch) | |
| tree | 0117af86820ac8635243cce136f548020262648a /exercises/strings | |
| parent | cd2b5e8e3b616e769d2c17df45f813772aa81530 (diff) | |
fix: Include exercises folder in the project structure behind a feature (#917)
closes #859
closes #913
closes #942
Diffstat (limited to 'exercises/strings')
| -rw-r--r-- | exercises/strings/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/strings/mod.rs b/exercises/strings/mod.rs new file mode 100644 index 0000000..b1b460b --- /dev/null +++ b/exercises/strings/mod.rs @@ -0,0 +1,2 @@ +mod strings1; +mod strings2; |
