4 lines
50 B
C++
4 lines
50 B
C++
|
constexpr int getFive() {
|
||
|
return ( 5 );
|
||
|
}
|