HobbyProject/Source Code/TeamHobby.HobbyProjectGenerator/Class1.cs
Im_Alpha 9f5cd80d0c corrections
sln file
2021-12-03 15:01:29 -08:00

12 lines
206 B
C#

using System;
namespace TeamHobby.HobbyProjectGenerator
{
public class Class1
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}