Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 235 Bytes

TASK

The goal is to create a CLI utility that will convert an amount in one currency into an amount in another currency.

Usage should be like that:

fiatconv 123.45 USD RUB

Program must print its result to standard output.