Skip to content

mvesign/adventofcode-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code - 2018

Another year, another try to see if I can manage to make it till the end (probably not).

Structure

So like the previous years, each day part is present in a separate directory with it's own files.

Check solution of the day.

To check the solution of each day part, you'll need the latest .NET Core version with C# 6.0 or higher (https://github.com/dotnet/roslyn). After that, it's an easy 1-2-3 step in order to get the solution of each day part.

1. Go to the directory of the day part.

cd C:\Projects\GitHub\adventofcode-2018\day-1-1

2. Build the project.

dotnet build

3. Execute the solution.

dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages