diff options
author | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-22 13:43:09 +0100 |
---|---|---|
committer | Tomasz Chojnacki <tomaszchojnacki2001@gmail.com> | 2022-12-22 13:43:09 +0100 |
commit | c8a6d6010bddc3789f4770e66da3766fc4f470ad (patch) | |
tree | 1448ef78036248b46343d7e981e31d96ebc88966 /aoc-2022-dotnet/Common/Common.fsproj | |
parent | 9e378a9f80260c2f729daaf83d8e74f7bad70b16 (diff) | |
download | gleam_aoc2020-c8a6d6010bddc3789f4770e66da3766fc4f470ad.tar.gz gleam_aoc2020-c8a6d6010bddc3789f4770e66da3766fc4f470ad.zip |
Finish day 18
Diffstat (limited to 'aoc-2022-dotnet/Common/Common.fsproj')
-rw-r--r-- | aoc-2022-dotnet/Common/Common.fsproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc-2022-dotnet/Common/Common.fsproj b/aoc-2022-dotnet/Common/Common.fsproj index 32057cf..510a1ea 100644 --- a/aoc-2022-dotnet/Common/Common.fsproj +++ b/aoc-2022-dotnet/Common/Common.fsproj @@ -6,6 +6,7 @@ </PropertyGroup> <ItemGroup> + <Compile Include="Vec3.fs" /> <Compile Include="Vec2.fs" /> <Compile Include="Util.fs" /> </ItemGroup> |