Update index.js
This commit is contained in:
parent
2ef12424f3
commit
f955ce7f31
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -52,4 +52,4 @@ async function cout (string) {
|
|||
log(string);
|
||||
};
|
||||
|
||||
module.exports = { cin, createCin, cout, createLog, log };
|
||||
module.exports = { cin, cout, createLog, log };
|
||||
|
|
Loading…
Reference in a new issue