https://github.com/code-shoily/aoc_bug_2020_06
The F# solution with the test that caused a dotnet error on Mac
https://github.com/code-shoily/aoc_bug_2020_06
Last synced: 11 months ago
JSON representation
The F# solution with the test that caused a dotnet error on Mac
- Host: GitHub
- URL: https://github.com/code-shoily/aoc_bug_2020_06
- Owner: code-shoily
- Created: 2021-08-18T23:22:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T00:08:58.000Z (almost 5 years ago)
- Last Synced: 2025-05-20T14:12:08.361Z (about 1 year ago)
- Language: F#
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc_bug_2020_06
The F# solution with the test that caused a dotnet error on Mac. Running it produces the correct result.
`dotnet test` causes system to crash (at least on my machine). Also, chopping the input size does not crash it anymore (Though test fails because it ain't the desired output)