Skip to content

shalgrim/everybody.codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Everybody Codes Solutions

Solutions for Everybody Codes - a coding puzzle competition.

Languages

Currently includes:

  • Python

Setup

Python

cd python
python -m venv .venv
source .venv/bin/activate  # On macOS/Linux, or `.venv\Scripts\activate` on Windows
pip install -r requirements.txt
pip install pytest  # For running tests

Running Tests

Python

cd python
pytest                      # Run all tests
pytest tests/test_dayXX.py # Run specific day's tests
pytest -v                   # Verbose output

Project Structure

everybody.codes/
├── python/           # Python solutions
│   ├── dayXX_Y.py   # Solution files (XX = day number, Y = part number)
│   ├── tests/       # pytest test files
│   └── .venv/       # Python virtual environment
└── data/            # Shared input data and examples
    └── dayXX_*.txt  # Example and actual puzzle inputs

About

Solutions for Everybody Codes puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages