7 lines
103 B
C++
7 lines
103 B
C++
#include <stdio.h>
|
|
#include "blk_box.h"
|
|
|
|
const char* get_hello_world() {
|
|
return "hello, world!";
|
|
}
|