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

tweakable.cpp 143B

123456
  1. #include <tweakable.config.hpp>
  2. #include <tweakable.hpp>
  3. #include <iostream>
  4. int tweakable::get_value() { return tweakable::config::value; }