https://github.com/ducaale/adventofcode.2019
My advent of code 2019 solutions in fsharp
https://github.com/ducaale/adventofcode.2019
Last synced: 3 months ago
JSON representation
My advent of code 2019 solutions in fsharp
- Host: GitHub
- URL: https://github.com/ducaale/adventofcode.2019
- Owner: ducaale
- Created: 2019-12-04T17:20:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T13:55:26.000Z (over 6 years ago)
- Last Synced: 2025-02-28T19:35:10.958Z (over 1 year ago)
- Language: F#
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2019 (Fsharp)
## Running
1. `dotnet fsi --use:` this will load the file in interactive session
2. run an expression and end it with double semicolons e.g `part1();;`