Skip to content

Instantly share code, notes, and snippets.

@reiz
Created June 1, 2014 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reiz/fe69e6f893d4e4642f8d to your computer and use it in GitHub Desktop.
Save reiz/fe69e6f893d4e4642f8d to your computer and use it in GitHub Desktop.
HashMap of EU Countries
A_EU = {
"AT" => "Austria",
"BE" => "Belgium",
"BG" => "Bulgaria",
"HR" => "Croatia",
"CY" => "Cyprus",
"CZ" => "Czech Republic",
"DK" => "Denmark",
"EE" => "Estonia",
"FI" => "Finland",
"FR" => "France",
"DE" => "Germany",
"GR" => "Greece",
"HU" => "Hungary",
"IE" => "Ireland",
"IT" => "Italy",
"LV" => "Latvia",
"LT" => "Lithuania",
"LU" => "Luxembourg",
"MT" => "Malta",
"NL" => "Netherlands",
"PL" => "Poland",
"PT" => "Portugal",
"RO" => "Romania",
"SK" => "Slovakia",
"SI" => "Slovenia",
"ES" => "Spain",
"SE" => "Sweden",
"GB" => "United Kingdom"
}
@reiz
Copy link
Author

reiz commented Jun 1, 2014

Ruby HashMap of EU Countries. Source => http://eucountrylist.com/index.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment