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

5 linhas
66 B

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