upload_euler_solution
Upload a Project Euler solution file to your GitHub repository, placing it under a problem-specific folder and optionally committing with a custom message.
Instructions
Upload a Project Euler solution to your solutions repository.
Files are stored as problem_<NNN>/<filename> in the Euler
repository (default: project-euler).
Args: problem_number: the Project Euler problem number. file_path: absolute path to the local solution file. commit_message: optional commit message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| commit_message | No | ||
| problem_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||