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.1.0.6 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.1.0.5 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.1.0.4 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.1.0.3 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.1.0.2 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.1.0.1 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.1.0.0 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.55 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.54 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.53 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.52 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.51 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.50 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.49 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.48 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.47 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.46 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.45 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.44 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.43 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas