init branch

This commit is contained in:
jacob 2023-09-11 11:30:08 +02:00
parent e671684e9a
commit e8357a9b64

View file

@ -15,6 +15,9 @@ var CommandLineActions = {
importantfuncition: function () {
console.log("important work");
},
secondImportantFunction: function () {
console.log("here");
},
};
module.exports = CommandLineActions;