diff --git a/solutions/day-01/Level2.js b/solutions/day-01/Level2.js new file mode 100644 index 0000000..e69de29 diff --git a/solutions/day-01/countries.js b/solutions/day-01/countries.js new file mode 100644 index 0000000..f00a89e --- /dev/null +++ b/solutions/day-01/countries.js @@ -0,0 +1,13 @@ +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 984d787..c9629fe 100644 --- a/solutions/day-01/index.html +++ b/solutions/day-01/index.html @@ -4,6 +4,6 @@