Browse Source

Fix problem with list

DEV-3198-new-go-exercise-get-digit-len
Zewasik 2 years ago committed by GitHub
parent
commit
0c11248564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/does_it_fit/README.md

4
subjects/does_it_fit/README.md

@ -28,11 +28,11 @@ Create `volume_fit`. It should return `true` if the geometric volume can fit ins
- `base_area` of a triangular `Pyramid`
- `side_a` of a `Parallelepiped`
- `base_radius` of a `Cone`
- `b`: size dimension for:
- `b`: size dimension for:
- `height` of the triangular `Pyramid`
- `side_b` of a `Parallelepiped`
- `height` of the `Cone`
- `c`: size dimension for:
- `c`: size dimension for:
- `side_c` of a `Parallelepiped`
### Expected Functions

Loading…
Cancel
Save