4 lines
45 B
C++
4 lines
45 B
C++
|
int get_value_from_lib() {
|
||
|
return 54321;
|
||
|
}
|