Skip to content

skotchandsoda/digitsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ds -- sum the digits of a positive integer

usage: ds n
  n -- positive integer smaller than 2^64

Just run `make' to build.
`make clean' will delete the binary.

Usage examples:

  $ ./ds 100
  1

  $ ./ds 123
  6

  $ ./ds 123456789
  45

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published