Hey guys, im completely new to C# im 16, starting early and im hoping to be a program writer.
Ive written a simple hello world in a console application:
*blah blah blah*
{
Console.WriteLine("Hello World");
Console.Readkey();
}
Ive debugged it useing C# Visual Studios it seems to work fine, ive DLed CSCompiler which is also compatable with visual studios
I've loaded up the console application now what do i do, i just wanna save it i dunno what as, lets say just for example i wanna e-mail it to myself
Please help :P