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

7 lines
82 B

#include <stdio.h>
int
main(void)
{
printf("Hello, world!\n");
return 0;
}