mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
update documentation
This commit is contained in:
parent
14468de16e
commit
bbd08e2e8e
15
README.md
15
README.md
@ -279,10 +279,17 @@ always in the same format (not a classical csv but still csv-like).
|
|||||||
A more complicated example would be the best way to demonstrate such a scenario.
|
A more complicated example would be the best way to demonstrate such a scenario.
|
||||||
|
|
||||||
Supposing we have a file containing different shapes in given formats:
|
Supposing we have a file containing different shapes in given formats:
|
||||||
* circle radius
|
* circle RADIUS
|
||||||
* square side
|
* square SIDE
|
||||||
* rectangle side_a side_b
|
* rectangle SIDE_A SIDE_B
|
||||||
* triangle side_a side_b side_c
|
* triangle SIDE_A SIDE_B SIDE_C
|
||||||
|
|
||||||
|
```
|
||||||
|
rectangle 2 3
|
||||||
|
circle 10
|
||||||
|
triangle 3 4 5
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
The delimiter is " ", and the number of columns varies depending on which
|
The delimiter is " ", and the number of columns varies depending on which
|
||||||
shape it is. We are required to read the file and to store information
|
shape it is. We are required to read the file and to store information
|
||||||
|
Loading…
Reference in New Issue
Block a user