4 lines
51 B
C++
4 lines
51 B
C++
constexpr int get_five() {
|
|
return ( 5 );
|
|
}
|
constexpr int get_five() {
|
|
return ( 5 );
|
|
}
|