Drop Guam

This commit is contained in:
Mikko Ahlroth 2021-01-30 13:15:34 +02:00
parent a4606fc59b
commit c2798ef715

View file

@ -113,7 +113,7 @@ defmodule FlagQuiz.Flags do
{"GR", ["Greece", "Kreikka"]},
# {"GS", ["South Georgia and the South Sandwich Islands"]},
{"GT", ["Guatemala"]},
{"GU", ["Guam"]},
# {"GU", ["Guam"]},
{"GW", ["Guinea-Bissau"]},
{"GY", ["Guyana"]},
# {"HK", ["Hong Kong"]},
@ -292,4 +292,8 @@ defmodule FlagQuiz.Flags do
def get_quiz_set(amount) do
Enum.take_random(@flags, amount)
end
def get_all() do
@flags
end
end