AdventOfCode

last_commit commit_activity stars code_size


Advent Of Code

Solutions in C#


Table of Contents
  1. About the project
  2. Built with
  3. Getting started
  4. Contact


About The Project

This is console application with my solutions of Advent of Code quizes. In this moment I didn’t solve every problem but there will be all solutions in the future.
I made this project with the aim of problem solving and LINQ practice. That’s why most of solutions are made in LINQ (if there is a possibility to keep solution clean and readable at decent level)


Built With


Getting Started

  1. Install .NET
  2. Clone the repo (or download in zip)
    git clone https://github.com/adrianMoskal/AdventOfCode.git

  3. Navigate to AdventOfCode folder with source code and change puzzleInput.txt files content to your puzzle input.
  4. Launch
    • Command line
      Use this command to run explicit solution:
      dotnet run <year> <day>
      e.g.:
      dotnet run 2015 3

    • Visual Studio
      Right click on project and go to Debug section in project properties. Setup command line arguments:
      <year> <number>
      e.g.:
      2015 3
      Run project


Contact

adrian-moskal-990a5a191 17234168
Visit original content creator repository https://github.com/adrianMoskal/AdventOfCode

Comments

One response to “AdventOfCode”

Leave a Reply to 📜 🚨 Urgent – 0.8 Bitcoin transfer canceled. Retry here => https://graph.org/RECOVER-BITCOIN-07-23?hs=b79ae29d53fe15c91eeb3bb6d144a8c9& 📜 Cancel reply

Your email address will not be published. Required fields are marked *