Mono - Hello World
Join the DZone community and get the full member experience.
Join For Freeusing System;
class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello World !!!");
}
}
Mono (software)
Opinions expressed by DZone contributors are their own.
Comments