This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
miti
/
graphene
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
1738f698e7
Větve
Značky
mitigator_patch
oldmirror
graphene
/
LibOS
/
shim
/
test
/
regression
/
shared_object.c
shared_object.c
110 B
Historie
Surový
1
2
3
4
5
6
7
8
/* a simple helloworld test */
#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
}