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
206
Releases
1
Wiki
No Description
Tree:
1aabd94e6c
Branches
Tags
main
merge-sort
nested-types
aha-use-refs-in-the-data-structure
lp
/
c
/
mul
/
Makefile
Makefile
86B
History
Raw
CC=gcc -std=c99 run: mul ./mul mul: main.c $(CC) main.c -o mul clean: rm -f mul