Skip to content

Commit 9898f4b

Browse files
authored
changed filename to match other submitted solutions for this problem
1 parent fca0598 commit 9898f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/0069-sqrt.cs renamed to csharp/0069-sqrtx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ public int MySqrt(int x)
1818
}
1919
return left - 1;
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)