Add (Rust Version) Will add numbers ./add [ARGS] eg. ./add 10 12.2 Sum: 22.2 With xargs from file output : cat file.txt | xargs ./add Sum: 22.2