initial commit

This commit is contained in:
Edward Tirado Jr 2025-11-05 10:38:32 -06:00
commit 65c137cec1
32 changed files with 420 additions and 0 deletions

10
MadLib/MadLib.csproj Normal file
View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>