8 lines
91 B
Text
8 lines
91 B
Text
|
|
class GoodByeApp : Application
|
||
|
|
{
|
||
|
|
void Main()
|
||
|
|
{
|
||
|
|
PrintLn("Hello world!");
|
||
|
|
}
|
||
|
|
}
|