Please enable JavaScript in your browser!
Home
Explore
contacts
Sign In
dyokunev
/
snippets
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b8a98d89e1
Branches
Tags
master
snippets
/
1bitarray
/
Makefile
Makefile
42 B
History
Raw
1
2
3
4
5
all:
gcc main.c -o run
clean:
rm -f run