Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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; }