CSC / Target: library output.cs
CSC /Reference:Output.dll class1.cs
One:
Using system; public class output {prizter setput; public output (string outword) {outputword = Outword; console.writeLine (Outputword);}}
two:
Using system;
Namespace consoleApplication5 {
/// /// Class1 summary description. /// summary> class class1 {/// /// The primary entry point of the application. /// summary> [stathread] static void main (String [] args) {Output H = new output ("HelloWorld!"); // Todo: Add code to start the application //}}}}