mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
update initial example
This commit is contained in:
parent
2ea6e201d0
commit
c04a9fcad9
@ -11,7 +11,7 @@ Lets say we have a csv file containing students in a given format (NAME,AGE,GRAD
|
|||||||
```
|
```
|
||||||
$ cat students.csv
|
$ cat students.csv
|
||||||
James Bailey,65,2.5
|
James Bailey,65,2.5
|
||||||
Brian S. Wolfe,40,11.9
|
Brian S. Wolfe,40,1.9
|
||||||
Nathan Fielder,37,Really good grades
|
Nathan Fielder,37,Really good grades
|
||||||
Bill (Heath) Gates,65,3.3
|
Bill (Heath) Gates,65,3.3
|
||||||
```
|
```
|
||||||
@ -41,7 +41,7 @@ And if we compile and execute the program we get the following output:
|
|||||||
```
|
```
|
||||||
$ ./a.out
|
$ ./a.out
|
||||||
James Bailey 65 2.5
|
James Bailey 65 2.5
|
||||||
Brian S. Wolfe 40 11.9
|
Brian S. Wolfe 40 1.9
|
||||||
Bill (Heath) Gates 65 3.3
|
Bill (Heath) Gates 65 3.3
|
||||||
```
|
```
|
||||||
# Features
|
# Features
|
||||||
|
Loading…
Reference in New Issue
Block a user