My third HelloWorld

xiaoxiao2021-03-06  57

Using system;

Namespace consoleapplication5 {class helloworld {private string output; public helloworld (string outword) {Output = Outword; console.writeline (output);}}

///

/// Class1 summary description. /// class class1 {/// /// The primary entry point of the application. /// [stathread] static void main (String [] args) {helloworld h = new helloworld ("HelloWorld!"); // Todo: Add code to start the application //}}}}

转载请注明原文地址:https://www.9cbs.com/read-112888.html

New Post(0)