Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
123456 |
- #include <tweakable.config.hpp>
- #include <tweakable.hpp>
-
- #include <iostream>
-
- int tweakable::get_value() { return tweakable::config::value; }
|