Skip to content

BryanH01/advent-of-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent Of Code 2023 Solutions 🎄

Solutions proposed by the 3CN club

Join the event on Discord!

Submitting a solution

Code structure

Follow the day 0 template

  1. If it does not exist yet, create a folder for the day of the submission day x. This should be at the root of the repo.
  2. If it does not exist yet, create a folder for your programming language (lower case).
  3. Create a file named solution_A with the extension of your language (.py, .rs, ...) if it's a new solution. If a similar solution exists, append a number behind it (solution_A_2, solution_A_3).

Opening a Pull Request

To submit a solution, you need to open a Pull Request.

  1. Fork the repository.
  2. Make your changes, following the steps above, commit and push them. The commit should have the same name as the PR (see below).
  3. Open a Pull Request to this repo.
  4. Name the Pull Request like so <day number> - <language name>, for example: 12 - python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • Rust 11.9%
  • Go 7.0%
  • C++ 5.1%