12 lines
206 B
C#
12 lines
206 B
C#
using System;
|
|
|
|
namespace TeamHobby.HobbyProjectGenerator
|
|
{
|
|
public class Class1
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
} |