9 lines
99 B
ObjectPascal
9 lines
99 B
ObjectPascal
implementation
|
|
|
|
class method ConsoleApp.Main;
|
|
begin
|
|
Console.WriteLine('Hello World');
|
|
end;
|
|
|
|
end.
|