Sha256: 95e222f28263fe73fc5c1ab6ac55a2b367e37c723a126371327725519792f148

Contents?: true

Size: 143 Bytes

Versions: 297

Compression:

Stored size: 143 Bytes

Contents

unit uHelloWorld;

interface

  function Hello: string;

implementation

function Hello: string;
begin
  result := 'Hello, World!';
end;

end.

Version data entries

297 entries across 291 versions & 1 rubygems

Version Path
trackler-2.0.8.21 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.20 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.19 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.18 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.17 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.16 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.15 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.14 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.13 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.12 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.11 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.10 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.9 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.8 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.7 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.6 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.5 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas