Browse Source

chore(piscine-rust): Prettier

fixDevirged
eslopfer 2 years ago
parent
commit
c0d5dfda49
  1. 1
      subjects/highest/README.md

1
subjects/highest/README.md

@ -5,6 +5,7 @@
In this exercise, a `Numbers` struct will be given.
These methods have to be written for it:
- `new`: create a new instance of `Numbers`.
- `List`: which returns an `array` with every number in the struct.
- `Latest`: which returns an `Option<u32>` with the last added number.

Loading…
Cancel
Save