An open API service indexing awesome lists of open source software.

https://github.com/mischnic/euler


https://github.com/mischnic/euler

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Don't blame me if you looked at these solutions and didn't give it a try yourself!

My most common mistakes with C so far:
- `printf("%d", x)` with an unsigned type
- using signed types instead of unsigned types
- off-by-one errors