Browse Source

docs(print-and-consume): write partial description of subject

DEV-4017-prototypes-exercise-1-animals
eslopfer 2 years ago
parent
commit
36fe2fd393
  1. 5
      subjects/print-and-consume/README.md

5
subjects/print-and-consume/README.md

@ -24,10 +24,7 @@ Here is a possible program to test your function :
```rust
use print_and_consume::*;
fn main() {
}
fn main() {}
```
And its output:

Loading…
Cancel
Save