Advent of Code event | let y = 2024 | twitter
+2024/
DAY-#-desc/
# ├── index-desc.html # got util.js, IN.js, EXEC.js running in order
# ├── IN.js # input goes here
+ └── EXEC.js # execution of logic is done here
util/
# ├── util.js # utils(v2, U) are stored here
static/
# ├── style.css
an-alch3mist.github.io/Advent/
# include the following in ./index-desc.html
- <script src="https://unpkg.com/advent-2024@latest/util.js"></script>