测试成功了 哈哈

/* hello world demo */
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Hello, World!\n");
return 0;
}
/* hello world demo */
public static void main(String[] args){

}