From b779b2f7bbfe290fa31d37ef37315ced16bdc821 Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Sat, 19 Mar 2022 14:26:29 +0100 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..68546f2 --- /dev/null +++ b/README.md @@ -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...