#include int main() { printf("{ \"message\": \" hello world!\" }\n"); return 0; // 返回 0 表示程序成功 }