Giter VIP home page Giter VIP logo

bmic86 / advent-of-code Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 233 KB

My solutions to the Advent of Code puzzles (implemented in C#).

License: MIT License

C# 100.00%
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 csharp advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 aoc aoc-2015 aoc-2016 aoc-2017 aoc-2018 aoc-2021 aoc-in-csharp aoc2019 aoc2020 dotnet

advent-of-code's Introduction

Advent of Code

My Advent of Code puzzles solutions implemented in C#.

I'm using AoCHelper support library to organize and run my code.

Current progress

[2022]     4 ⭐

[2021]     8 ⭐

[2020]     8 ⭐

[2019]     8 ⭐

[2018]     8 ⭐

[2017]     8 ⭐

[2016]     8 ⭐

[2015]   37 ⭐

Total     89 ⭐


How to run it?

Every event year has its own .csproj which builds a separate console application.

Executing one of them without any parameters, like this:

.\AdventOfCode.Year2022.exe

Runs only results for the latest solved day from corresponding year event (in this example: 2022).


To show results of all solved days in a year use all parameter.

.\AdventOfCode.Year2022.exe all

There is also possible to run solutions only for particular days, by passing day numbers as a separate parametes.

For example, to run only solutions for day 1 and 3 from 2022 year event:

.\AdventOfCode.Year2022.exe 1 3

advent-of-code's People

Contributors

bmic86 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.