https://github.com/evertcode/codember-2022
Solutions for https://codember.dev/ challenges by evertcode
https://github.com/evertcode/codember-2022
codember java
Last synced: 5 months ago
JSON representation
Solutions for https://codember.dev/ challenges by evertcode
- Host: GitHub
- URL: https://github.com/evertcode/codember-2022
- Owner: evertcode
- Created: 2022-11-24T22:15:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T23:01:35.000Z (about 3 years ago)
- Last Synced: 2025-01-13T05:29:33.736Z (12 months ago)
- Topics: codember, java
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codember in Java 🗓️🧑💻
```
/\ \ /\ \
___ ___ \_\ \ __ ___ ___ \ \ \____ __ _ __
/'___\ / __`\ /'_` \ /'__`\ /' __` __`\ \ \ '__`\ /'__`\ /\`'__\
/\ \__/ /\ \L\ \/\ \L\ \ /\ __/ /\ \/\ \/\ \ \ \ \L\ \/\ __/ \ \ \/
\ \____\\ \____/\ \___,_\\ \____\\ \_\ \_\ \_\ \ \_,__/\ \____\ \ \_\
\/____/ \/___/ \/__,_ / \/____/ \/_/\/_/\/_/ \/___/ \/____/ \/_/
```
Solutions for the challenges from https://codember.dev/
## Challenges ⛰️
| Challenge | Name | |
|-----------|------------------|--------------------------------------------------------------------------------|
| 1 | Twitter | [solution](./src/main/java/dev/evertcode/challenge01/Twitter.java) |
| 2 | Cybercriminals | [solution](./src/main/java/dev/evertcode/challenge02/CatchCybercriminals.java) |
| 3 | Zebra of colors | [solution](./src/main/java/dev/evertcode/challenge03/ZebraColor.java) |
| 4 | BitCoin Password | [solution](./src/main/java/dev/evertcode/challenge04/BitCoin.java) |