Using system;
Namespace consoleapplication5 {class helloworld {private string output; public helloworld (string outword) {Output = Outword; console.writeline (output);}}
/// /// Class1 summary description. /// summary> class class1 {/// /// The primary entry point of the application. /// summary> [stathread] static void main (String [] args) {helloworld h = new helloworld ("HelloWorld!"); // Todo: Add code to start the application //}}}}