/advent-of-code-2021

Advent of Code 2021

Primary LanguageC++MIT LicenseMIT

Cpp-Template

This is a blank template with my preferred configuration for a C++17 project. A dev container is used which can easily be used with VS Code and the Remote containers plugin.

Built with

  • C++
  • CMake

Getting started

To get a local copy up and running follow these simple example steps.

Prerequisites

These are some things you need to use the software and how to install them.

  • GCC and CMake (on Ubuntu 20.04)
    sudo apt install build-essential cmake

Installation

  1. Clone the repo
    git clone https://github.com/n-vr/Cpp-Template.git
  2. Generate the build files
    mkdir build
    cd build
    cmake ..
  3. Build the executable
    make all -j$(nproc)

Roadmap

There is no roadmap yet.

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b amazingFeature)
  3. Commit your Changes (git commit -m 'Add some amazingFeature')
  4. Push to the Branch (git push origin amazingFeature)
  5. Open a Pull Request

License

Distributed under the ... License. See LICENSE for more information.

Acknowledgements