Skip to content

adrianMoskal/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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