1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-17 12:00:27 +02:00

Update exercise to add also the tests, in a TDD style (#1832)

Having the tests only in the result brings less value, so the
participants can do it following TDD practices
This commit is contained in:
Jean Carlo Vicelli 2024-02-20 23:04:53 +01:00 committed by GitHub
parent 95fce416ce
commit c6ef83e512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,5 +36,7 @@ functions:
unimplemented!()
}
{{#include exercise.rs:tests}}
{{#include exercise.rs:main}}
```