Skip to content

Commit

Permalink
initialize this thing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoqh committed Mar 19, 2022
0 parents commit f05c9f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const greet = (name) => console.log(`Hello, ${name}`);

greet("Jon Snow");

0 comments on commit f05c9f4

Please sign in to comment.