文件名称:aoc-2020::Christmas_tree:Code2020解决方案的提出
文件大小:121KB
文件格式:ZIP
更新时间:2024-03-06 20:02:08
javascript advent-of-code advent-of-code-javascript advent-of-code-2020 advent-of-code-2020-javascript
:Christmas_tree: 代码的出现-2020 JS Code 2020解决方案的问世 用法 依存关系: 节点JS 纱线(或npm) 安装所有依赖项 $ yarn 根据目录创建每日解决方案,并将其添加到主 : import solve00 from './00' import solve01 from './01' // <- here const solveAll = async ( ) => { await solve00 ( ) await solve01 ( ) // <- and here } export default solveAll 拼图输入将不会添加,因为它会根据用户而变化。 跑步 运行并查看解决方案 $ yarn solve 查看测试(带有笑话) $ yarn test 整理你的代码 $ yarn lint 测验 :construction:正在施工:construction: 建议的测试库是 。
【文件预览】:
aoc-2020-main
----.eslintrc.json(302B)
----yarn.lock(224KB)
----src()
--------08()
--------25()
--------03()
--------02()
--------utils()
--------algorithms()
--------16()
--------04()
--------00()
--------14()
--------23()
--------11()
--------21()
--------data-structures()
--------09()
--------10()
--------12()
--------07()
--------24()
--------20()
--------19()
--------01()
--------15()
--------06()
--------13()
--------05()
--------22()
--------index.js(1KB)
--------17()
--------18()
----.babelrc(353B)
----.prettierrc(328B)
----README.md(789B)
----tests()
--------day-00.test.js(203B)
----.gitignore(49B)
----index.js(40B)
----package.json(808B)