1.0.6 • Published 5 months ago
advent-2024 v1.0.6
+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
# in ./index-desc.html <body>
# <script src="https://unpkg.com/advent-2024@latest/util/util.js"></script>