Sha256: 338d7f1689779c19cde9476c471bad6ba6c9109ecec3010c5325872fa33a2050

Contents?: true

Size: 125 Bytes

Versions: 181

Compression:

Stored size: 125 Bytes

Contents

module helloworld;

import std.format;

string hello(const char[] name = "World") {
    return format("Hello, %s!", name);
}

Version data entries

181 entries across 181 versions & 1 rubygems

Version Path
trackler-2.0.6.5 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.6.4 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.6.3 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.6.2 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.6.1 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.6.0 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.18 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.17 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.16 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.15 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.14 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.13 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.12 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.11 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.10 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.9 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.8 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.7 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.6 tracks/dlang/exercises/hello-world/hello_world_example.d
trackler-2.0.5.5 tracks/dlang/exercises/hello-world/hello_world_example.d