Skip to content

Commit

Permalink
Merge pull request #21 from vartikavr/patch-1
Browse files Browse the repository at this point in the history
Added a new question
  • Loading branch information
KunalRaghav authored Oct 3, 2021
2 parents 0602710 + c4fc0a7 commit 829b5be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/krsolutions/crossFire/Question.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ object QuestionsBank {
"The Statue of Liberty was a gift from France to America.",
true,
"It was a gift to America on the 100th anniversary of the Declaration of Independence."
),
Question(
"Bhutan is the only country in the world that doesn't have a rectangular flag.",
false,
"Nepal is the only country in the world that has a non-rectangular flag. Its flag is a combination of two single pennons."
)
)

Expand Down

0 comments on commit 829b5be

Please sign in to comment.