Initial commit
This commit is contained in:
11
OBP200-RolePlayingGame/OBP200-RolePlayingGame.csproj
Normal file
11
OBP200-RolePlayingGame/OBP200-RolePlayingGame.csproj
Normal file
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<RootNamespace>OBP200_RolePlayingGame</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
9
OBP200-RolePlayingGame/Program.cs
Normal file
9
OBP200-RolePlayingGame/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace OBP200_RolePlayingGame;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user