Monday, November 21, 2022

Rust pop-quiz: efficacy of trade-paths

RUST POP-QUIZ! ... PRIMEr!

Write a Rust program that reads a CSV file of the form:

ratio1,token1,ratio2,token2,...,ratioN

And computes the number of tokens you have at the end of the path, given you start with x tokens (input from command line).

Sample CSV files are named in the form: `kuji-depth-n.csv` and are located here.

No comments:

Post a Comment