diff --git a/index.js b/index.js index 12c6ea6..db5dd64 100644 --- a/index.js +++ b/index.js @@ -52,4 +52,4 @@ async function cout (string) { log(string); }; -module.exports = { cin, createCin, cout, createLog, log }; \ No newline at end of file +module.exports = { cin, cout, createLog, log };