I just started with C# and i Wrote This "Hello World" program .
When i press Build ill get this error: "fatal error CS2008: There its no importcommand given up" (I Translated it i dont know for Sure that "There its no importcommand given up" is right )

The Code From my Hello World Program:
Code:
/*
 *
 * User: Robin Vossen
 * Date: 21-10-2005
 * Time: 20:36
 * 
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */
 using System;
 sdfsdf
 public class HelloWorld
 
 {
     public static void Main()
     {
         Console.WriteLine("Hello World!");
     }
 }
Can you guys/girls help me out here?
Thanks Already