{"id":15554965,"url":"https://github.com/iapolinario/100-days-of-code","last_synced_at":"2025-04-05T10:09:46.573Z","repository":{"id":46524627,"uuid":"306720967","full_name":"IAPOLINARIO/100-days-of-code","owner":"IAPOLINARIO","description":"This is a project with a collection of coding challenges for those who wants to commit themselves to code at least one hour a day for at least a hundred days.","archived":false,"fork":false,"pushed_at":"2024-05-29T22:46:40.000Z","size":14631,"stargazers_count":312,"open_issues_count":1,"forks_count":67,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-05T10:09:14.088Z","etag":null,"topics":["challenges","cpp","dart","golang","kotlin","kts","python","swift"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IAPOLINARIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-23T18:48:19.000Z","updated_at":"2025-03-09T09:08:57.000Z","dependencies_parsed_at":"2024-11-30T21:03:50.208Z","dependency_job_id":"99749c18-a0ab-4a06-a94e-684384e4380e","html_url":"https://github.com/IAPOLINARIO/100-days-of-code","commit_stats":{"total_commits":815,"total_committers":21,"mean_commits":38.80952380952381,"dds":0.5705521472392638,"last_synced_commit":"97668961410d8a8d41ea0a0ee5f3cc81d0526a7e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAPOLINARIO%2F100-days-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAPOLINARIO%2F100-days-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAPOLINARIO%2F100-days-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IAPOLINARIO%2F100-days-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IAPOLINARIO","download_url":"https://codeload.github.com/IAPOLINARIO/100-days-of-code/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318745,"owners_count":20919484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenges","cpp","dart","golang","kotlin","kts","python","swift"],"created_at":"2024-10-02T15:05:24.547Z","updated_at":"2025-04-05T10:09:46.554Z","avatar_url":"https://github.com/IAPOLINARIO.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 100-days-of-code\n\nThe idea of the project is to commit yourself at least one hour a day to code in any language you want for a hundred days (at least). The regularity is key here, you need to practice a bit everyday, including the weekends.\nAll the challenges present here are medium/hard level. You can (and you should) participate even if you don't have much experience with coding, it will only take a bit longer.\nMost of the challenges can be solved in three hours or less.\n\n---\n\n## 🚩 Rules\n\n- The main rule is: Code at least an hour every day (don't skip weekends/holidays)\n- Choose a language you wan't to learn or improve\n- Share your progress daily in your social medias\n- Don't copy code from the internet\n- Try to come up with a clean and elegant solution\n- Always write tests (and make them pass)\n\n---\n\n## Index\n\n[Week-01](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-01 - Convert Age to Days](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-01/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/Go), [Go-rschio](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/Go-rschio), [Rust](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/Rust), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/cs), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/dart), [dart-02](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/dart-02), [elx](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/elx), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/kts), [php](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/php), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/py2), [ts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-01/ts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-02 - Finding Nemo](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-02/README.md) - [Already solved with [Dart-muclemente](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/Dart-muclemente), [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/Go), [Go-rschio](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/Go-rschio), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/cs), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/dart), [elx](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/elx), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/kts), [php](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/php), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-02/py2)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-03 - Barbecue Skewers](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-03/README.md) - [Already solved with [Dart-muclemente](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/Dart-muclemente), [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/cs), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/dart), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/kts), [php](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/php), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-03/py2)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-04 - Is Johnny Making Progress?](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-04/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/Go), [Swift](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/Swift), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/dart), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/kts), [php](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/php), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-04/py2)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-05 - Pair of Socks](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-05/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/Go), [Swift](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/Swift), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/dart), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/kts), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-05/py2)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-06 - Next Prime](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-06/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/Go), [Swift](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/Swift), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/dart), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/kts), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-06/py2)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-07 - Merge Sorted Array](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-01/day-07/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/dart), [haskell](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/haskell), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/kts), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-01/day-07/py2)] \u003cbr/\u003e [Week-02](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-08 - Letter Combinations of a Phone Number](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-08/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/csharp), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/dart), [go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/go), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/kts), [py](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/py), [py2](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-08/py2)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-09 - Trapping Rain Water](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-09/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-09/c++), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-09/dart), [go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-09/go), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-09/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-10 - Unique Binary Search Trees](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-10/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-10/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-10/c++), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-10/dart), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-10/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-11 - Restore IP Addresses](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-11/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-11/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-11/c++), [dart](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-11/dart), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-11/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-12 - Mountains or Valleys](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-12/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-12/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-12/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-12/cs), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-12/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-13 - Need Help With Your Packing?](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-13/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-13/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-13/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-13/cs), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-13/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-14 - The Karaca's Encryption Algorithm](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-02/day-14/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-14/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-14/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-14/cs), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-02/day-14/kts)] \u003cbr/\u003e [Week-03](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-15 - Valid Anagram](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-15/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-15/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-15/c++), [cs](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-15/cs), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-15/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-16 - Nim Game](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-16/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-16/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-16/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-16/csharp), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-16/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-17 - Prison Break](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-17/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-17/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-17/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-17/csharp), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-17/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-18 - Unique Paths](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-18/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-18/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-18/c++), [csharp](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-18/csharp), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-18/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-19 - URL Shortener](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-19/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-19/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-19/c++), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-19/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-20 - API Challenge](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-20/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-20/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-20/c++), [kts](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-20/kts)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-21 - Random Maze Generator](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-03/day-21/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-21/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-03/day-21/c++)] \u003cbr/\u003e [Week-04](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-22 - Marcio Mello's Challenge](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-22/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-22/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-22/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-23 - The Dining Philosophers](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-23/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-23/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-23/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-24 - The Josephus Problem](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-24/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-24/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-24/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-25 - Coin Trouble](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-25/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-25/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-25/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-26 - Briefcase Lock](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-26/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-26/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-26/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-27 - Task Scheduler](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-27/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-27/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-27/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-28 - Word Search](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-1/Week-04/day-28/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-28/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-1/Week-04/day-28/c++)] \u003cbr/\u003e [Week-05](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-29 - Traffic Light Checker](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-29/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-29/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-29/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-30 - The Maximum Value](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-30/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-30/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-30/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-31 - The Time in Words](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-31/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-31/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-31/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-32 - Climbing the Leaderboard](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-32/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-32/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-32/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-33 - WERTYU](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-33/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-33/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-33/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-34 - Primary Arithmetic](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-34/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-34/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-34/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-35 - Dog and Gopher](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-05/day-35/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-35/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-05/day-35/c++)] \u003cbr/\u003e [Week-06](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-36 - LCD Display](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-36/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-36/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-36/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-37 - Breaking the Records](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-37/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-37/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-37/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-38 - Electronics Shop](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-38/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-38/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-38/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-39 - Halloween Sale](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-39/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-39/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-39/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-40 - Larry's Array](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-40/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-40/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-40/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-41 - Sales by Match](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-41/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-41/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-41/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-42 - Drawing Book](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-06/day-42/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-42/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-06/day-42/c++)] \u003cbr/\u003e [Week-07](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-43 - Area of a Triangle](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-43/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-43/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-43/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-44 - Maximum Edge of a Triangle](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-44/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-44/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-44/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-45 - Subtract the swapped bits without temp storage](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-45/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-45/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-45/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-46 - Hot Pics of Danny DeVito!](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-46/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-46/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-46/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-47 - Zip It!](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-47/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-47/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-47/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-48 - Christmas Tree](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-48/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-48/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-48/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-49 - Swimming Pool](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-07/day-49/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-49/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-07/day-49/c++)] \u003cbr/\u003e [Week-08](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-50 - Tic Tac Toe](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-50/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-50/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-50/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-51 - Asteroid Collision](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-51/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-51/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-51/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-52 - Switch on the Gravity](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-52/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-52/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-52/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-53 - Javelin Parabolic Throw](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-53/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-53/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-53/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-54 - RGB to Hex Color Converter](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-54/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-54/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-54/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-55 - Filter Repeating Character Strings](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-55/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-55/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-55/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-56 - Convert to Hex](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-2/Week-08/day-56/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-56/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-2/Week-08/day-56/c++)] \u003cbr/\u003e [Week-09](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-57 - Magic Sigil Generator](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-57/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-57/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-57/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-58 - Create a Dice Roller](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-58/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-58/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-58/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-59 - Perfectly balanced](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-59/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-59/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-59/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-60 - A Game of Threes](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-60/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-60/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-60/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-61 - Write a Web Crawler](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-61/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-61/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-61/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-62 - Funny plant](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-62/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-62/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-62/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-63 - The rabbit problem](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-09/day-63/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-63/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-09/day-63/c++)] \u003cbr/\u003e [Week-10](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-64 - First Recurring Character](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-64/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-64/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-64/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-65 - ISBN Validator](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-65/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-65/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-65/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-66 - ISBN Generator](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-66/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-66/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-66/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-67 - Color maze](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-67/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-67/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-67/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-68 - Clarence the Slow Typist](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-68/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-68/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-68/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-69 - Garage Door Opener](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-69/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-69/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-69/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-70 - Broken Keyboard](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-10/day-70/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-70/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-10/day-70/c++)] \u003cbr/\u003e [Week-11](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-71 - How long has the light been on?](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-71/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-71/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-71/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-72 - L33tspeak Converter](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-72/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-72/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-72/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-73 - L33tspeak Translator](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-73/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-73/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-73/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-74 - CATTLEMETER](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-74/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-74/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-74/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-75 - Minesweeper](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-75/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-75/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-75/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-76 - The Cake Thief](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-76/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-76/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-76/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-77 - Bot saves princess](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-11/day-77/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-77/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-11/day-77/c++)] \u003cbr/\u003e [Week-12](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-78 - A number without numbers](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-78/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-78/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-78/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-79 - Analog Clock](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-79/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-79/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-79/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-80 - Make it look like you are working](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-80/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-80/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-80/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-81 - Draw the “G” Logo](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-81/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-81/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-81/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-82 - Tidy Numbers](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-82/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-82/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-82/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-83 - Bathroom Stalls](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-83/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-83/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-83/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-84 - Vestigium](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-12/day-84/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-84/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-12/day-84/c++)] \u003cbr/\u003e [Week-13](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-85 - TCP/IP Client and Server](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-85/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-85/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-85/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-86 - Way Too Long Words](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-86/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-86/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-86/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-87 - Hulk](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-87/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-87/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-87/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-88 - Hit the Lottery](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-88/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-88/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-88/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-89 - Minutes Before the New Year](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-89/README.md) - [Already solved with [Go](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-89/Go), [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-89/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-90 - Radio Station](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-90/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-90/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-91 - Cyberpunk 2078](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-3/Week-13/day-91/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-3/Week-13/day-91/c++)] \u003cbr/\u003e [Week-14](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-92 - New Year Candles](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-92/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-92/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-93 - Dreamoon and Stairs](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-93/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-93/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-94 - Superhero Transformation](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-94/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-94/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-95 - Free Cash](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-95/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-95/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-96 - Beautiful Paintings](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-96/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-96/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-97 - Elephant](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-97/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-97/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-98 - Geography of Brazil](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-14/day-98/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-14/day-98/c++)] \u003cbr/\u003e [Week-15](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-15) \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-100 - Final Hello World](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-15/day-100/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-15/day-100/c++)] \u003cbr/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[day-99 - How is the Weather?](https://github.com/IAPOLINARIO/100-days-of-code/blob/main/Month-4/Week-15/day-99/README.md) - [Already solved with [c++](https://github.com/IAPOLINARIO/100-days-of-code/tree/main/Month-4/Week-15/day-99/c++)] \u003cbr/\u003e\n\n## Ranking\n\nIf you want to be part of the **challenge ranking**, you need to submit a pull request to be validated by the project contributors. The PR **must** have the label `done` and the title of the PR **must** include the challenge you are submitting (e.g. **day-10**), otherwise no points will not be added to the ranking.\nAfter review, if everything is fine with your PR, the branch will be merged into the `main` and the ranking generator **automated pipeline** will run everyday at 22:00PM (Amsterdam time) or when triggered manually, to update the README file.\n\nCheck bellow the current ranking:\n\n|       RANKING       |                       CONTRIBUTOR                       |                                                                                                                                                                                                                                                                                                                                                      CHALLENGES COMPLETED                                                                                                                                                                                                                                                                                                                                                      | TOTAL POINTS |\n|---------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|\n| :trophy: 1          | [acanova](https://github.com/acanova)                   | day-100,day-99,day-98,day-97,day-96,day-95,day-94,day-93,day-92,day-91,day-90,day-89,day-88,day-87,day-86,day-85,day-84_c,day-83,day-82,day-81,day-80,day-79,day-78,day-77,day-76,day-75,day-74,day-73,day-72,day-71,day-70,day-69,day-68,day-67,day-66,day-65,day-64,day-63,day-62,day-61,day-60,day-59,day-58,day-57,day-56,day-55,day-54,day-53,day-52,day-51,day-50,day-49,day-48,day-47,day-46,day-45,day-44,day-43,day-42,day-41,day-40,day-39,day-38,day-37,day-36,day-35,day-34,day-33,day-32,day-31,day-30,day-29,day-28,day-27,day-26,day-25,day-24,day-23,day-22,day-21,day-20,day-19,day-18,day-17,day-16,day-15,day-14,day-13,day-12,day-11,day-10,day-09,day-08,day-07,day-06,day-05,day-04,day-03,day-02,day-01 |        10000 |\n| :2nd_place_medal: 2 | [IAPOLINARIO](https://github.com/IAPOLINARIO)           | day-89,day-88,day-87,day-86,day-85,day-84,day-83,day-82,day-81,day-80,day-79,day-78,day-77,day-76,day-75,day-74,day-73,day-72,day-71,day-70,day-69,day-68,day-67,day-66,day-65,day-64,day-63,day-62,day-61,day-60,day-59,day-58,day-56,day-57,day-55,day-54,day-53,day-52,day-51,day-50,day-49,day-48,day-47,day-46,day-45,day-44,day-43,day-42,day-41,day-40,day-39,day-38,day-35,day-37,day-36,day-34,day-33,day-32,day-31,day-29,day-30,day-28,day-27,day-26,day-25,day-24,day-23,day-22,day-21,day-20,day-19,day-18,day-17,day-16,day-15,day-14,day-13,day-12,day-11,day-10,day-09,day-08,day-07,day-06,day-05,day-04,day-03,day-02,day-01                                                                                 |         8900 |\n| :3rd_place_medal: 3 | [nucci](https://github.com/nucci)                       | day-20,day-19,day-18,day-17,day-16,day-15,day-14,day-13,day-12,day-11,day-10,day-9,day-8,day-7,day-6,day-5,day-4,day-3,day-2,day-1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |         2000 |\n| :see_no_evil: 4     | [evmartinelli](https://github.com/evmartinelli)         | day-18,day-17,day-16,day-15,day-14,day-13,day-12,day-11,day-10,day-09,day-08,day-07,day-06,day-05,day-04,day-03,day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |         1800 |\n| :hamburger: 5       | [diogotorres](https://github.com/diogotorres)           | day-08,day-07,day-06,day-05,day-04,day-03,day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |          800 |\n| :see_no_evil: 6     | [jaumzors](https://github.com/jaumzors)                 | day-08,day-07,day-06,day-05,day-04,day-03,day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |          800 |\n| :speak_no_evil: 7   | [stefanholdermans](https://github.com/stefanholdermans) | day-04,day-3,day-7,day-6,day-5,day-2,day-1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |          700 |\n| :worried: 8         | [fzavalloni](https://github.com/fzavalloni)             | day-06,day-05,day-04,day-03,day-02,day-1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |          600 |\n| :ghost: 9           | [muclemente](https://github.com/muclemente)             | day-06,day-05,day-04,day-03,day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |          600 |\n| :imp: 10            | [uigormarshall](https://github.com/uigormarshall)       | day-03,day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          300 |\n| :see_no_evil: 11    | [lucaslra](https://github.com/lucaslra)                 | day-03,day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |          300 |\n| :cool: 12           | [rschio](https://github.com/rschio)                     | day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |          200 |\n| :hear_no_evil: 13   | [mbertoluci](https://github.com/mbertoluci)             | day-02,day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |          200 |\n| :hamburger: 14      | [williamgeduc](https://github.com/williamgeduc)         | day-01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |          100 |\n\nLast Update: 2021-03-02 22:12:03.146679034 +0000 UTC m=+9.971094366\n\n---\n\n#### Original Idea\n\nCheck out the [#100DaysOfCode Project](https://www.100daysofcode.com/). Changing your habits you are changing your life. Remember that the best time to start is always NOW.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiapolinario%2F100-days-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiapolinario%2F100-days-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiapolinario%2F100-days-of-code/lists"}