Thanks for your suggestions guys but now ive got another problem! Im using a Sam's ebook to help me get to grips with basics as I know they are quite good.
Im on the first task of the ebook to produce the common "Hello World" test program, however I cant seem to be able to compile it.
The code the ebook asks me to enter is this:
Code:
class Hello
{
public static void: Main()
{
System.Console.WriteLine("Hello, World!");
}
}
And its saying unexpected end of file. Any tips would be greatly appreciated!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.