diff --git a/solutions/day-01/countries.js b/solutions/day-01/countries.js new file mode 100644 index 0000000..8dd6abd --- /dev/null +++ b/solutions/day-01/countries.js @@ -0,0 +1,13 @@ +export const countries = [ + 'Albania', + 'Bolivia', + 'Canada', + 'Denmark', + 'Ethiopia', + 'Finland', + 'Germany', + 'Hungary', + 'Ireland', + 'Japan', + 'Kenya', +]; \ No newline at end of file diff --git a/solutions/day-01/index.html b/solutions/day-01/index.html index 21198b3..b45c2da 100644 --- a/solutions/day-01/index.html +++ b/solutions/day-01/index.html @@ -8,6 +8,6 @@