/* Copyright © 2016 Taylor C. Richberger * This code is released under the license described in the LICENSE file */ #include namespace args { std::string hello() { return "Hello, World!"; } }