using System; public class HelloWorld { static void Main() { string msg = "More systems have been wiped out by admins than any hacker could do in a life time."; Console.WriteLine(msg); } }