We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae18c5 commit fae19a0Copy full SHA for fae19a0
count.swift
@@ -4,4 +4,4 @@ while i < target {
4
i = (i + 1) | 1;
5
}
6
7
-print("\(i)")
+print("\(i)")
0 commit comments