1 Star 0 Fork 0

Admin/LeetCode.jl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
create_empty_test 205 Bytes
一键复制 编辑 原始数据 按行查看 历史
Indigo 提交于 2021-08-28 21:02 . Solution to 1480
#!/bin/bash
for file in $(git ls-files -o --exclude-standard --full-name | grep ".*jl$" | xargs basename --)
do
echo @testset \"$file\" begin > ./test/problems/$file
echo end >> ./test/problems/$file
done
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/marx_1_1307066363/LeetCode.jl.git
git@gitee.com:marx_1_1307066363/LeetCode.jl.git
marx_1_1307066363
LeetCode.jl
LeetCode.jl
master

搜索帮助