6 lines
41 B
C++
Raw Normal View History

2014-03-18 12:53:01 +01:00
constexpr int getNum()
{
return 42;
}