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
773
Releases
1
Wiki
No Description
Tree:
93a258aeb3
Branches
Tags
main
merge-sort
nested-types
aha-use-refs-in-the-data-structure
lp
/
go
/
linguaevalia
/
bin
/
run-c++
run-c++
84B
History
Raw
#!/bin/sh result=/tmp/`basename $1 .cpp` c++ $1 -o $result && $result rm -f $result