Sha256: d05dd2fd9e45fc09183a610895816a68a89ecca03a990780eadb8b3f7da99405
Contents?: true
Size: 302 Bytes
Versions: 16
Compression:
Stored size: 302 Bytes
Contents
#pragma once #include <string> namespace lth_cat { static const std::string prefix = "Welcome to the Leatherman cat, meow\n"; static const std::string suffix = "Goodbye\n"; static const std::string overwhelm = "Overwhelm the read buffer" + std::string(5000, '-'); } // namespace lth_cat
Version data entries
16 entries across 16 versions & 2 rubygems