5 lines
52 B
C
5 lines
52 B
C
|
const char* secondone()
|
||
|
{
|
||
|
return "Hello again";
|
||
|
}
|