Skip to content

jansabbe/aoc2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Solutions for http://adventofcode.com/2017/ in F#. F# newb, not sure if I am following best practices or conventions of the language. Feel free to give feedback.

  • Install .NET Core
  • run dotnet restore in a day folder
  • run dotnet build
  • Go to the source folder, and run dotnet run to see the result
  • Go to the test folder and run dotnet test to run all tests. You can also execute dotnet watch test

For this project, I am using Visual Studio Code with the Ionide-fsharp plugin as my IDE.

Releases

No releases published

Packages

No packages published