mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-22 21:50:05 -04:00
fix: Include exercises folder in the project structure behind a feature (#917)
closes #859 closes #913 closes #942
This commit is contained in:
parent
cd2b5e8e3b
commit
179a75a68d
25 changed files with 112 additions and 1 deletions
exercises/primitive_types
6
exercises/primitive_types/mod.rs
Normal file
6
exercises/primitive_types/mod.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
mod primitive_types1;
|
||||
mod primitive_types2;
|
||||
mod primitive_types3;
|
||||
mod primitive_types4;
|
||||
mod primitive_types5;
|
||||
mod primitive_types6;
|
Loading…
Add table
Add a link
Reference in a new issue