From dd4c777ebb9f5ff450c8259eb6279b21f022f4dc Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Wed, 2 Nov 2022 19:50:58 +0100 Subject: [PATCH] add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f0a3eb --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Work IN PROGRESS + +```js +require('@fiusdevelopment/std').cin('Question') +.then((response) => { + console.log(response) +}) +``` \ No newline at end of file