#include<stdio.h>
printf("hellow world")
return
#include<stdio.h> 这句是包括在内, printf("hellow world") printf的意思是将那挂号里的字显示出来 return 而return则是返回