WARNING.CS
===
#warning This is A warning
class zzz
{
//#error This is An error
public static void Main()
{
System.Console.WriteLine(“MAIN”);
}
}
===
For other C# code or website scripts source code please visit http://fullycoded.com/
WARNING.CS
===
#warning This is A warning
class zzz
{
//#error This is An error
public static void Main()
{
System.Console.WriteLine(“MAIN”);
}
}
===
For other C# code or website scripts source code please visit http://fullycoded.com/
You must be logged in to post a comment.