Skip to content

Latest commit

 

History

History

294-charCount

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

charCount

Interview question of the issue #294 of rendezvous with cassidoo.

The Question

Write a program that prints the amount of characters its source has in English words. So a program that is 44 characters long would output “forty four” and a program that is 108 characters long would output “one hundred eight”.

Installing & Running

Just pnpm i to install all dependencies and then pnpm t to run the tests!