diff --git a/AOC2023/AOC2023.csproj b/AOC2023/AOC2023.csproj deleted file mode 100644 index fa71b7a..0000000 --- a/AOC2023/AOC2023.csproj +++ /dev/null @@ -1,9 +0,0 @@ - - - - net8.0 - enable - enable - - - diff --git a/AOC2023/Problems/Day01/Trebuchet.cs b/AOC2023/Problems/Day01/Trebuchet.cs deleted file mode 100644 index e80867a..0000000 --- a/AOC2023/Problems/Day01/Trebuchet.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace AOC2023.Problems.Day01; -public class Trebuchet -{ -}