Skip to content

My solutions to Advent of Code 2022 written in C

Notifications You must be signed in to change notification settings

6exagon/AoC-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

These are my solutions to 2022's Advent of Code, written in 100% standard C. Each day/challenge will have one standalone program to compile, and it will be intended to solve the second (harder) iteration of the problem. Supporting files will be included when necessary, but programs take input through stdin.

And no, this code will not be well-commented, elegant, or necessarily safe on all architectures, though with input conforming to the specification any undefined behavior is unintended. With non-conforming input, use at your own risk. Implementation-defined behavior is also only used within reason.

About

My solutions to Advent of Code 2022 written in C

Topics

Resources

Stars

Watchers

Forks

Languages