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

5 lignes
66 B

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