Update README.md

This commit is contained in:
Killer Boss Original 2023-01-24 17:19:35 +01:00 committed by GitHub
parent 7bcee824b7
commit 98c1caf5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,18 @@
Work IN PROGRESS
```js
require('@fiusdevelopment/std').cin('Question')
require('@thundernetworkrad/std').cin('Question')
.then((response) => {
console.log(response)
})
```
```
```js
const { createCout } = require('@thundernetworkrad/std');
let ccout = new createCout(0); // debugLevel
let cout = ccout.cout;
cout('test', 0) // console.log day and time, if the number is >= to the debugLevel
```