add_operation

Function add_operation 

Source
pub fn add_operation(
    augend: &str,
    addend: &str,
    custom_currency_regex: &Regex,
    currencies: &[Currency],
    print_full: bool,
) -> String