Skip to content

InnovOrder/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code banner

Innovorder - Advent of Code - 2021

This repository contains the solutions for the Advent Of Code 2021, made by the Innovorder team members.

More information about the Advent Of Code can be be found here.

How to use this repository?

To keep this repository clean, we propose the following structure:

  • Each member has its own folder named as his Github account,
  • In this folder, he can create one folder per day.

For example, a Typescript project for AoC for the member awesome-member, will have the following structure:

awesome-member/
├── package.json
├── node_modules/
└── src/
    ├ 01
    ├ 02
    └ …