Create README.md

This commit is contained in:
Leon Etienne 2022-03-19 14:26:29 +01:00 committed by GitHub
parent cddca8dd9a
commit b779b2f7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# 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
1) `cmake -B build`
1) `cd build`
1) `make`
## How 2 use
`./wdate`
that's it...