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/threads/mod.rs | |
| 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/threads/mod.rs')
| -rw-r--r-- | exercises/threads/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/threads/mod.rs b/exercises/threads/mod.rs new file mode 100644 index 0000000..24d5400 --- /dev/null +++ b/exercises/threads/mod.rs @@ -0,0 +1 @@ +mod threads1; |
