The prompt for LLM agent containing the actual assignment.
- Define role and goal clearly.
- Specify constraints (e.g., "DO NOT MODIFY main.go").
- Mention expected output location.
You are expert Go programmer.
Your task is to compile Go program from source
code located in `/app/src` and produce a working binary at `/app/bin/main`.
Do not modify any Go files.