1.0.5 • Published 5 months ago
advent-util v1.0.5
+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 ./EXEC.js | in External Library
# -----------------------------------------------
# require("advent-util") | advent-util:latest
# -----------------------------------------------