Skip to content

Commit 0db45e4

Browse files
committed
ugly number
1 parent 1eccd89 commit 0db45e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### 263 Ugly Number
44
* [Github:#263 Ugly Number](/Math/Math.Lib/UglyNumberSln.cs)
55
* [CSDN:#263 Ugly Number](http://blog.csdn.net/daigualu/article/details/72765438)
6-
* ```C#
6+
```C#
77
public bool IsUgly(int num)
88
{
99
if (num <= 0) return false;

0 commit comments

Comments
 (0)