Solutions for codember challenges: https://codember.dev/
1 challenge, 1 folder
.
βββ README.md
βββ src
βββ c1
β βββ c1.py
β βββ input.txt
βββ c2
β βββ c2.py
β βββ input.txt
βββ c3
β βββ c3.py
β βββ input.txt
βββ c4
β βββ c4.py
βββ c5
βββ c5.py
βββ input.json
To run any of the challenges, follow this example:
$ cd src/c1/
$ python3 c1.py