publish_euler_solution
Publish a Project Euler solution with auto-generated README. Detects the problem details, generates documentation, uploads to your GitHub repository, and returns the URL.
Instructions
Publish a Project Euler solution with an auto-generated README.
Detects the problem in the current directory (or path), infers the
problem number, language and source file, generates a README.md, then
uploads the solution and README to your Euler repository and returns
the GitHub URL.
Args: path: optional directory containing the problem (defaults to the current working directory). commit_message: optional commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| commit_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||