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
343 B
C#

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