Hello World
Workflow
- •Identify the target language/runtime and platform constraints.
- •If missing, ask for the target language; if the user asks for a default, pick the primary language in the current repo and say it is a default.
- •Provide the minimal runnable example:
- •File name
- •Full file contents in a code block
- •Command(s) to run
- •If a compile or build step is required, include the exact command and keep it minimal.
Output rules
- •Prefer standard library only; avoid dependencies unless explicitly requested.
- •Keep the example to a single file unless the language requires more.
- •Keep explanations to 1-2 sentences.