Update index.js

This commit is contained in:
Killer Boss Original 2022-11-04 14:31:23 +01:00 committed by GitHub
parent 2ef12424f3
commit f955ce7f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,4 +52,4 @@ async function cout (string) {
log(string);
};
module.exports = { cin, createCin, cout, createLog, log };
module.exports = { cin, cout, createLog, log };