Skip to content

Commit 3226e14

Browse files
committed
challenge
1 parent 972b9e7 commit 3226e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/oj_test/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() -> Result<()> {
1111
for entry in glob("**/examples/*.rs")? {
1212
let path = entry?;
1313
// oj download に失敗するのでスキップ
14-
if path.ends_with("scc.rs") || path.ends_with("cycle_detection.rs") {
14+
if path.ends_with("cycle_detection.rs") {
1515
continue;
1616
}
1717
solvers.push(ProblemSolver::new(path.as_path()));

0 commit comments

Comments
 (0)