7 lines
95 B
Text
7 lines
95 B
Text
class Hello
|
|
{
|
|
static Main () : void
|
|
{
|
|
System.Console.WriteLine ("Hello world!");
|
|
}
|
|
}
|