Added a Downloader for AoC puzzle inputs

This commit is contained in:
2025-12-14 16:06:38 +01:00
parent e68be83627
commit 0b0f4eabb4
5 changed files with 53 additions and 3 deletions
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>