added the link tot he csv file

This commit is contained in:
Wong Liang Zan 2021-08-08 19:51:06 +08:00
parent d5ea51f471
commit 5309f6ac7c
No known key found for this signature in database
GPG Key ID: 1058EC320DB1FD49
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## Question 1 - Programming
_We're looking at your programming ability. It must not only work, it should be maintainable._
Let us assume you are a crypto investor. You have made transactions over a period of time which is logged in a CSV file at the data directory. Write a command line program that returns the latest portfolio value per token in USD
Let us assume you are a crypto investor. You have made transactions over a period of time which is logged in a CSV file at the [data directory](https://raw.githubusercontent.com/Propine/2b-boilerplate/master/data/transactions.csv). Write a command line program that returns the latest portfolio value per token in USD
The program should be ran like this