├── README.md └── project_euler_problems.txt /README.md: -------------------------------------------------------------------------------- 1 | Project Euler Problems Offline 2 | ==== 3 | 4 | Use when you want to solve Project Euler problems when not connected to the internet. 5 | 6 | Includes questions and answers (hashed). 7 | 8 | For a user-friendly way of working through Project Euler problems, checkout @dmadisetti's project: https://github.com/dmadisetti/rules_euler 9 | --------------------------------------------------------------------------------