mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-03-23 10:44:14 -05:00
13 lines
180 B
C#
13 lines
180 B
C#
using System;
|
|
|
|
namespace eAmuseTest
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
}
|