This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
miti
/
graphene
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
7d98e8ca28
Branches
Tags
mitigator_patch
oldmirror
graphene
/
LibOS
/
shim
/
test
/
apps
/
make
/
helloworld
/
Makefile
Makefile
84 B
Histórico
Raw
1
2
3
4
5
helloworld: helloworld.c
gcc -o helloworld helloworld.c
clean:
rm -rf helloworld