Skip to content

jjmark15/happynum_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distinct Happy Number Range Counter

This was largely a project simply for the purpose of allowing me to test using GO. It has largely the same functionality as another repo of mine.

For information on happy numbers please see the wikipedia page.

Install

To build run make build. Alternatively, either run the appropriate build command for your system or run make build-all. To just install run make install.