chaosbot/ChaosBot/Program.cs
2020-06-02 19:51:36 -04:00

12 lines
177 B
C#

using System;
namespace ChaosBot
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}