package
0.0.0-20230710210237-5ce2504b62fa
Repository: https://github.com/shomali11/go-interview.git
Documentation: pkg.go.dev
# README
Description
Count the number of digits in a number
Example 1:
Input: 100
Output: 3
Example 2:
Input: 42974
Output: 5
# Functions
CountDigits counts the number of digits.