blk_box_lib/blk_box.cpp
2026-03-21 20:36:08 -05:00

7 lines
103 B
C++

#include <stdio.h>
#include "blk_box.h"
const char* get_hello_world() {
return "hello, world!";
}