Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
lu
/
lp
mirror of
git://github.com/heyLu/lp
Watch
1
Star
0
Fork
0
Code
Issues
0
Commits
982
Releases
1
Wiki
No Description
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
Permalink
History
Raw
#!/bin/sh result=/tmp/`basename $1 .c` cc $1 -o $result && $result rm -f $result