Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download input when missing #5

Open
Spaceface16518 opened this issue Nov 30, 2022 · 1 comment
Open

Download input when missing #5

Spaceface16518 opened this issue Nov 30, 2022 · 1 comment

Comments

@Spaceface16518
Copy link

I want to learn Haskell using AOC in 2022. A lot of other AOC helpers include support for automatically downloading input when it is missing. This would be great functionality to have in this template.

I am not very familiar with Haskell, so if you want to implement this feature in this repo, that would be great! Otherwise, I will just implement it in a personal fork.

Thanks for this great template!

@astaugaard
Copy link

Hello, I also wanted support for automatically downloading the input when it is missing, so I implemented it in my fork. However, how I implemented it is not the best (it is pretty hacky), but it should work. (my fork also has some additional edits to make it compile for me because, for some reason, ghc 9.2 and ghc 9.4 isn't working for me right now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants