3 lines
89 B
C++
3 lines
89 B
C++
// Constexpr:
|
|
int getCoolestInteger();
|
|
static int coolest_integer = getCoolestInteger();
|