* Create Oxygene.pas * Update readme.md * Update o/Oxygene.pas Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
10 lines
127 B
ObjectPascal
10 lines
127 B
ObjectPascal
implementation
|
|
|
|
class method ConsoleApp.Main;
|
|
begin
|
|
// add your own code here
|
|
Console.WriteLine('Hello World');
|
|
end;
|
|
|
|
end.
|