Sha256: f7b436bad5169281d4a6d697e354a8cdff3a811fecf0df93b1d585785c3bdd89

Contents?: true

Size: 194 Bytes

Versions: 20

Compression:

Stored size: 194 Bytes

Contents

unit uHelloWorld;

interface

  function Hello(name: string='World'): string;

implementation

function Hello(name: string='World'): string;
begin
  result := 'Hello, ' + name + '!';
end;

end.

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
trackler-2.0.8.4 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.3 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.2 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.8.1 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.7.0 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.44 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.43 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.42 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.41 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.40 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.39 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.38 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.37 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.36 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.35 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.34 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.33 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.32 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.31 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas
trackler-2.0.6.30 tracks/delphi/exercises/hello-world/uHelloWorldExample.pas