diff --git a/README.md b/README.md index 6cf7123..17a7a51 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | Lundi | Mardi | Mercredi | Jeudi | Vendredi | Samedi | Dimanche | |---------|---------|----------|---------|----------|---------|----------| -| | | | 1 ✅✅ | 2 🔲🔲 | 3 🔲🔲 | 4 🔲🔲 | -| 5 🔲🔲 | 6 🔲🔲 | 7 🔲🔲 | 8 🔲🔲 | 9 🔲🔲 | 10 🔲🔲 | 11 🔲🔲 | +| | | | 1 ✅✅ | 2 ✅✅ | 3 ✅✅ | 4 ✅✅ | +| 5 ✅✅ | 6 🔲🔲 | 7 🔲🔲 | 8 🔲🔲 | 9 🔲🔲 | 10 🔲🔲 | 11 🔲🔲 | | 12 🔲🔲 | 13 🔲🔲 | 14 🔲🔲 | 15 🔲🔲 | 16 🔲🔲 | 17 🔲🔲 | 18 🔲🔲 | | 19 🔲🔲 | 20 🔲🔲 | 21 🔲🔲 | 22 🔲🔲 | 23 🔲🔲 | 24 🔲🔲 | 25 🔲🔲 | diff --git a/day_5/part_1.php b/day_5/part_1.php new file mode 100644 index 0000000..af7092b --- /dev/null +++ b/day_5/part_1.php @@ -0,0 +1,40 @@ + !empty(trim($cell))); + } + + return $parsed_columns; +} \ No newline at end of file diff --git a/day_5/part_2.php b/day_5/part_2.php new file mode 100644 index 0000000..eca6e4c --- /dev/null +++ b/day_5/part_2.php @@ -0,0 +1,34 @@ + !empty(trim($cell))); + } + + return $parsed_columns; +} \ No newline at end of file