You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
337 B
C#

/*
* Created by SharpDevelop.
* User: windows
* Date: 24.01.2005
* Time: 14:00
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
namespace fraktal
{
class MainClass
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}