1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-17 08:24:56 +00:00
PolyFeed/PolyFeed/Program.cs

13 lines
151 B
C#
Raw Normal View History

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