diff options
Diffstat (limited to 'AoC2022.fsproj')
-rw-r--r-- | AoC2022.fsproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AoC2022.fsproj b/AoC2022.fsproj index ab87952..5a20356 100644 --- a/AoC2022.fsproj +++ b/AoC2022.fsproj @@ -5,6 +5,7 @@ </PropertyGroup> <ItemGroup> <Compile Include="solutions/day1.fs" /> + <Compile Include="solutions/day2.fs" /> <Compile Include="Program.fs" /> </ItemGroup> </Project> \ No newline at end of file |