This commit is contained in:
Julien Bisconti
2018-03-17 16:27:41 +01:00
parent d590e2429f
commit b1e3a95ba3
13 changed files with 154 additions and 78 deletions

5
index.js Normal file
View File

@@ -0,0 +1,5 @@
const main = () => {
console.log('hi!');
};
main();