Update index.js

This commit is contained in:
Killer Boss Original 2023-01-24 17:09:13 +01:00 committed by GitHub
parent 0a2cb47b06
commit 3c29d8ebc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,4 +65,4 @@ class createCout {
};
}
module.exports = { cin, cout, createLog, log };
module.exports = { cin, createCout, createLog, log };