4 lines
53 B
C++
4 lines
53 B
C++
|
int get_value_from_another_lib() {
|
||
|
return 12345;
|
||
|
}
|