1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-17 14:47:35 +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

View File

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