Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Jun 21, 2024
1 parent f714a1f commit 90da497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torisetsu/src/jsMain/kotlin/core/ComposeQuiz.kt
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class ComposeQuiz : Quiz {
answerOptions = listOf(
AnswerOption("アプリ開発したよ", 2, true),
AnswerOption("独学だよ", 6, true),
AnswerOption("C言語なのに", 6, true),
AnswerOption("C言語だね", 6, true),
AnswerOption("大学の授業でやったよ", 6, true),
AnswerOption("その他", 5, true),
),
Expand Down

0 comments on commit 90da497

Please sign in to comment.