Day i do not know
This commit is contained in:
11
198. House Robber/198. House Robber.csproj
Normal file
11
198. House Robber/198. House Robber.csproj
Normal file
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RootNamespace>_198._House_Robber</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
9
198. House Robber/Program.cs
Normal file
9
198. House Robber/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _198._House_Robber;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
5
198. House Robber/Solution.cs
Normal file
5
198. House Robber/Solution.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace _198._House_Robber;
|
||||
|
||||
internal class Solution
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user