// Copyright © 2017 ChaiShushan . // License: https://creativecommons.org/licenses/by-nc-sa/4.0/ #include "say-hello.h" #include int main() { SayHello("gopher"); return 0; }