Sha256: 16630b75fd8d48bbc165b870b95173fe77844afc75300470006a448409e0252a
Contents?: true
Size: 262 Bytes
Versions: 181
Compression:
Stored size: 262 Bytes
Contents
module helloworld_test; import std.stdio; void main() { assert(hello() == "Hello, World!"); assert(hello("Alice") == "Hello, Alice!"); assert(hello("Bob") == "Hello, Bob!"); assert(hello("") == "Hello, !"); writeln("All tests passed."); }
Version data entries
181 entries across 181 versions & 1 rubygems