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

14 行
137 B

  1. #pragma once
  2. #include <string>
  3. namespace libhelloworld
  4. {
  5. struct Dummy
  6. {
  7. static std::string getHelloWorld();
  8. };
  9. }