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

https://github.com/colcarroll/cproject_euler

No cheating!
https://github.com/colcarroll/cproject_euler

Last synced: 9 months ago
JSON representation

No cheating!

Awesome Lists containing this project

README

          

# cproject_euler
No cheating!

To run:

```bash
$ make
...
$ ./solve 12 # runs the function solve from p12.c
```

Use the naming convention "pX.c", where X is the problem number, and have a function called "solve" that prints the solution.