my advent of code solutions
at main 12 lines 336 B view raw
1<Project> 2 <PropertyGroup> 3 <TargetFramework>net9.0</TargetFramework> 4 <Nullable>enable</Nullable> 5 </PropertyGroup> 6 <ItemGroup> 7 <Using Include="System"/> 8 <Using Include="System.Diagnostics"/> 9 <Using Include="System.IO"/> 10 <Using Include="System.Linq"/> 11 </ItemGroup> 12</Project>