Skip to content

0xLeif/add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

It just performs basic addition ! <3

Resources

Stars

Watchers

Forks

Languages