Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6100e7a

Browse files
authored
Update README.md
1 parent 60d53a7 commit 6100e7a

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
@@ -1147,7 +1147,7 @@ with recursive t (x) as (
11471147
union
11481148
select case x % 2 when 0 then x / 2 else 3 * x + 1 end
11491149
from t
1150-
where x > 0
1150+
where x > 1
11511151
)
11521152
select max(x), count(x)
11531153
from t

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /