https://github.com/deciduously/aoc2018
My Advent of Code 2018 solutions in F#
https://github.com/deciduously/aoc2018
Last synced: about 1 year ago
JSON representation
My Advent of Code 2018 solutions in F#
- Host: GitHub
- URL: https://github.com/deciduously/aoc2018
- Owner: deciduously
- License: mit
- Created: 2018-12-01T16:00:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T18:29:47.000Z (over 7 years ago)
- Last Synced: 2025-04-01T14:18:59.166Z (about 1 year ago)
- Language: F#
- Homepage:
- Size: 139 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc2018
Advent of Code 2018 - FSharp
## Requirements
[.Net Core](https://dotnet.microsoft.com/download). I developed/tested on Windows and Linux, shouldn't matter.
## Usage
```
C:\> git clone https://github.com/deciduously/aoc2018
C:\> cd aoc2018
C:\aoc2018> dotnet build
C:\> cd src\App
C:\aoc2018\src\App> dotnet run day1
```
Accepts arguments like `day1`, `day2`, and will let you know if a day isn't implemented.