This commit is contained in:
2024-12-03 19:06:37 -05:00
parent fcaa4dc2ef
commit 3d5dda237b
2 changed files with 0 additions and 19 deletions

View File

@@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@@ -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
{
}