Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10213903403
/
os_kernel_lab
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
《操作系统》的实验代码。
80
Révisions
2
Branches
52 MiB
C
76.4%
Assembly
8.6%
Python
7.3%
Shell
4.2%
Makefile
3.3%
Aborescence:
92bc482169
os_kernel_lab
/
related_info
/
lec2
/
hello.c
5 lignes
66 B
Brut
Annotations
Historique
#
include
<stdio.h>
void
main
(
void
)
{
printf
(
"
hello world
\n
"
)
;
}