CameronAavik / AdventOfCode

My C# and F# Advent Of Code solutions
73 stars 10 forks source link

OS Agnostic File Path #4

Closed JeremyLoy closed 5 years ago

JeremyLoy commented 5 years ago

Hi,

I'm learning F# in my free time, and stumbled across this repo, its been very helpful so far.

I work on MacOS, and needed to make the following change in order to run locally as the file path separators are different than Windows.

CameronAavik commented 5 years ago

Thanks for the fix!