mirror of https://github.com/nodejs/node.git
4 lines
48 B
C
4 lines
48 B
C
|
const char *message(void) {
|
||
|
return "right";
|
||
|
}
|