https://github.com/neon-sunset/aoc24
https://github.com/neon-sunset/aoc24
advent-of-code fsharp
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neon-sunset/aoc24
- Owner: neon-sunset
- Created: 2024-11-30T20:51:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T12:45:44.000Z (over 1 year ago)
- Last Synced: 2025-03-24T04:13:35.713Z (about 1 year ago)
- Topics: advent-of-code, fsharp
- Language: F#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to run
1. Install .NET SDK if necessary
- `brew install dotnet`
- `sudo apt install dotnet9`
2. Execute with `dotnet fsi {file name}`