using system;
public class Hello{
public static void main(){
console.WriteLine("Hello C# World :)");
}
}
This is code I just wrote and ran it as hello.cs ..... I got this error.
C:\learncs\csc/nologo/out:hello.exe hello.cs
'csc' is not recognized as an internal or external command,
operable program or batch file.
What could be the reasons ..... ?
Please help ....thnx :)