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.180 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.179 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.178 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.177 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.176 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.175 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.174 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.173 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.172 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.171 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.170 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.169 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.167 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.166 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.165 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.164 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.163 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.162 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.161 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.2.1.160 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas