1 2 3 4 5 6 7 8
#include <stdio.h> #include "ckb_syscalls.h" int main() { printf("debugger print utf-8 string"); return CKB_SUCCESS; }