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.2.1.119 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.118 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.117 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.116 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.115 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.114 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.113 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.111 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.110 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.109 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.108 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.107 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.106 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.105 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.104 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.103 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.102 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.101 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.100 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.99 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas