i had to stop becuz online lesson

This commit is contained in:
valentijn
2024-01-17 15:17:06 +01:00
parent 39fea6e13b
commit 9c0e165b33
5 changed files with 53 additions and 26 deletions

9
commands/commands.js Normal file
View File

@@ -0,0 +1,9 @@
function cd (req, res) {
}
module.exports = {
cd
}