選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

9 行
177 B

  1. #include <helloworld/dummy.h>
  2. using namespace ::helloworld;
  3. std::string DummyEx::getHelloWorldEx()
  4. {
  5. return Dummy::getHelloWorld() + "\nThis is a simple executable :)";
  6. }