Skip to content

Advent of Code 2022 challenge solutions written with C++20

License

Notifications You must be signed in to change notification settings

holaguz/AdventOfCode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2022

«Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other»

Solutions

This repository contains (hopefully all by christmas) the solutions for the ongoing challenge.

Compiling and running the solutions

On Windows:

g++ --std=c++2a main.cpp && a.exe < input.txt

On Unix:

g++ --std=c++2a main.cpp && ./a.out < input.txt

About

Advent of Code 2022 challenge solutions written with C++20

Topics

Resources

License

Stars

Watchers

Forks

Languages