Sha256: 1577813e4975cd5d2dd5bf1b7c25fa756dabe5261d6d3df20a344775cf685eef
Contents?: true
Size: 270 Bytes
Versions: 215
Compression:
Stored size: 270 Bytes
Contents
module helloworld_test; unittest { const int allTestsEnabled = 0; assert(hello() == "Hello, World!"); static if (allTestsEnabled) { assert(hello("Alice") == "Hello, Alice!"); assert(hello("Bob") == "Hello, Bob!"); assert(hello("") == "Hello, !"); } }
Version data entries
215 entries across 215 versions & 1 rubygems