https://github.com/colcarroll/cproject_euler
No cheating!
https://github.com/colcarroll/cproject_euler
Last synced: 9 months ago
JSON representation
No cheating!
- Host: GitHub
- URL: https://github.com/colcarroll/cproject_euler
- Owner: ColCarroll
- Created: 2015-02-04T14:49:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T14:57:01.000Z (over 11 years ago)
- Last Synced: 2025-01-30T08:29:45.314Z (over 1 year ago)
- Language: C
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.