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.

7 lines
143B

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