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
Kapil Deo MalhotraPosted Jun 7, 2010, 1:38 PM
Can you please elaborate what is your requirement? As you mentioned, you have C# Console application and you are able to run it. Now what exactly you want to do? I will help you :)
-K