Skip to content

dcross23/codember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Codember in Python πŸ—“οΈ

Solutions for codember challenges: https://codember.dev/

Structure 🌳

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

Usage πŸ’Ύ

To run any of the challenges, follow this example:

$ cd src/c1/
$ python3 c1.py

About

My solutions for codember challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages