RosettaCodeData/Task/Hello-world-Text/EC/hello-world-text.ec
2017-09-25 22:28:19 +02:00

7 lines
91 B
Text

class GoodByeApp : Application
{
void Main()
{
PrintLn("Hello world!");
}
}