Writtendate
A simple, quick, and dirty program, to print the current date in a super-human-readable form.
Example output:
It is Saturday, the twentieth of March, two thousand twenty-two. It is fourteen twenty-three and twenty-one seconds.
How 2 compile
cmake -B build
cd build
make
How 2 use
./wdate
that's it...
Description
A simple, quick, and dirty program, to print the current date in a super-human-readable form.
Languages
C++
98.9%
CMake
1.1%