My second hellowrold.

xiaoxiao2021-03-06  59

Using system;

Namespace consoleapplication5 {class helloworld {public void show () {console.writeLine ("Hello World!");}}

///

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

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

New Post(0)