add readme
This commit is contained in:
parent
a64bd3503e
commit
dd4c777ebb
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
Work IN PROGRESS
|
||||
|
||||
```js
|
||||
require('@fiusdevelopment/std').cin('Question')
|
||||
.then((response) => {
|
||||
console.log(response)
|
||||
})
|
||||
```
|
Loading…
Reference in a new issue