You've already forked linux-packaging-mono
4 lines
89 B
C++
4 lines
89 B
C++
// Constexpr:
|
|
int getCoolestInteger();
|
|
static int coolest_integer = getCoolestInteger();
|