diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-12 00:04:40 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-12 00:04:40 -0700 |
commit | 60e8a827266f5282008a168ee73df2aff8966f3c (patch) | |
tree | a5c528488b5aa87f7e78ee3f7aa86e4b2e5719a1 /day-06/package.json | |
parent | 7db39f82bfcd196f840bf3c2a820331c6a04d570 (diff) | |
download | aoc-60e8a827266f5282008a168ee73df2aff8966f3c.tar.gz aoc-60e8a827266f5282008a168ee73df2aff8966f3c.zip |
Day 05 and 06
Diffstat (limited to 'day-06/package.json')
-rw-r--r-- | day-06/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/day-06/package.json b/day-06/package.json new file mode 100644 index 0000000..3dbc1ca --- /dev/null +++ b/day-06/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} |