3 lines
61 B
C
Executable file
3 lines
61 B
C
Executable file
extern char* get_hello_msg() {
|
|
return "Hello, world!";
|
|
}
|