1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-07-19 21:05:34 -04:00

fix: Include exercises folder in the project structure behind a feature ()

closes 
closes 
closes 
This commit is contained in:
x-hgg-x 2022-03-29 11:44:06 +02:00 committed by GitHub
parent cd2b5e8e3b
commit 179a75a68d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 112 additions and 1 deletions
exercises/move_semantics

View file

@ -0,0 +1,5 @@
mod move_semantics1;
mod move_semantics2;
mod move_semantics3;
mod move_semantics4;
mod move_semantics5;