diff options
author | ana <ana@ana.st> | 2021-08-08 13:37:29 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-08 13:37:29 +0200 |
commit | 70829a62398e862ce70cc64bbf3750fc72f21e1b (patch) | |
tree | 889a6e32ea9158d4972f01669e4938b03cf56732 /index.js | |
download | eureka-marks-70829a62398e862ce70cc64bbf3750fc72f21e1b.tar.gz |
initial commit
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/index.js b/index.js new file mode 100644 index 0000000..496a9c0 --- /dev/null +++ b/index.js @@ -0,0 +1,2 @@ +/* Add JavaScript code here! */ +console.log('Hello World! You did it! Welcome to Snowpack :D'); |