Introduction
Statistics
Contact
Development
Disclaimer
Help
gopher.rbfh.de home page
using System;
using LinuxMagazineObjectPrinter;
namespace LinuxMagazinHelloWorld2
{
class HalloWelt2
{
public static void Main(string[] args)
{
ObjectPrinter opr = new ObjectPrinter();
Console.WriteLine("In HalloWelt2.Main():");
opr.print();
}
}
}