Skip to content

This is my solutions repo for Advent of Code, all written in C++.

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE.txt
Unlicense
UNLICENSE.txt
Notifications You must be signed in to change notification settings

fabbrito/AdventOfCode

Repository files navigation

Advent of Code - C++ Solutions

This is my solutions repo for Advent of Code, all written in C++.

There are multiple included projects - one called Utils, and multiple called AOC_20XX, one for each year.

Premake is used to generate project files.

Utils builds into a static library and is meant to contain common code intended for use in multiple applications. AOC_20XX builds into an executable and links the Utils static library, as well as provides an include path to Utils's code.

Getting Started

  1. Clone this repository
  2. Open the Scripts/ directory and run the appropriate Setup script to generate projects files (set to Visual Studio 2022 for Windows and gmake2 for Linux)

Note: no macOS setup script is currently provided.

Included

  • Premake binaries for Win/Mac/Linux (v5.0-beta2)

License

  • UNLICENSE for this repository (see UNLICENSE.txt for more details)
  • Premake is licensed under BSD 3-Clause (see included LICENSE.txt file for more details)

About

This is my solutions repo for Advent of Code, all written in C++.

Topics

Resources

License

Unlicense, Unlicense licenses found

Licenses found

Unlicense
LICENSE.txt
Unlicense
UNLICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages