Movies Readme
This commit is contained in:
parent
4cad50e85b
commit
1f68e6be58
1 changed files with 28 additions and 0 deletions
28
movies/readme.md
Normal file
28
movies/readme.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
|
||||
# Movies
|
||||
|
||||
This is a program which reads a CSV file with data about movies.
|
||||
Please take care that the format is correct as the program does not parse arbitrary
|
||||
length CSV files.
|
||||
|
||||
# Compiling
|
||||
|
||||
You can compile this program by using the make command.
|
||||
|
||||
Simply type:
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
To run, type:
|
||||
|
||||
```
|
||||
make run
|
||||
```
|
||||
|
||||
To specify a CSV file, you can type:
|
||||
|
||||
```
|
||||
./movies $(CSV_File_to_read.csv)
|
||||
```
|
Loading…
Reference in a new issue