Skip to content

Commit 1f970f3

Browse files
authored
Merge pull request #5 from CYBAI/fix-count
Fix question number
2 parents 2e6da8e + a87b825 commit 1f970f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn main() {
2121
"{}{}{}/{} 問題:{}{}",
2222
color::Fg(color::Cyan),
2323
style::Bold,
24-
count,
24+
count + 1,
2525
length,
2626
subject.question,
2727
style::Reset

0 commit comments

Comments
 (0)