Please enable JavaScript in your browser!
Página Inicial
Explorar
Ajuda
Entrar
lu
/
lp
espelho de
git://github.com/heyLu/lp
Observar
1
Favorito
0
Fork
0
Código
Problemas
0
Commits
982
Versões
1
Wiki
Nenhuma Descrição
Branch:
main
Branches
Tags
main
merge-sort
nested-types
aha-use-refs-in-the-data-structure
lp
/
go
/
linguaevalia
/
bin
/
run-c
run-c
81B
Link permanente
Histórico
Cru
#!/bin/sh result=/tmp/`basename $1 .c` cc $1 -o $result && $result rm -f $result