os_kernel_lab/related_info/lec2/hello.c
2013-09-23 09:20:58 +08:00

6 lines
66 B
C

#include <stdio.h>
void main(void)
{
printf("hello world\n");
}