
How to use?
Send any type of HTTP requests to https://euler.haku.dev/api with query parameters q and a.
q is the question number, and a is the answer.
Example:
https://euler.haku.dev/api?q=1&a=123456
OR
Send any type of HTTP requests to https://euler.haku.dev/api/<question_number>/<answer>.
answer should be URL-encoded if needed. E.g., / in the answer.
Example:
question_number: 123; answer: 456/789
https://euler.haku.dev/api/123/456%2F789