aoc 2020::Christmas_tree:Code2020解决方案的提出 源码
: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
文件列表
aoc-2020-main.zip
(预估有个42文件)
aoc-2020-main
.eslintrc.json
302B
yarn.lock
224KB
src
08
index.js
4KB
25
index.js
2KB
03
index.js
2KB
暂无评论