Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 245 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 245 Bytes

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