Skip to content

mustafaquraish/aoc-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 Solutions

Input

All the inputs should be placed in the input/ directory, with the name of the day (with 2 digits), such as input/01.txt or input/13.txt.

Python

Run solution for day N with python3 python/N.py

C

Compile solution for day N with gcc c/N.c. A little script called run.sh is provided in the root of the repo that compiles and runs a particular solution, use as ./run.sh 07.

Templates

Default templates for C/Python are in the corresponding directories, the included new.sh script takes in a day number and makes a copy of the template / blank input files for you.

About

Advent of Code solutions for 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published