《操作系统》的实验代码。
 
 
 
 
 

5 lines
66 B

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