OPEN_CODE

Constant OPEN_CODE 

Source
pub const OPEN_CODE: &str = "<<<STUDENT_CODE_BEGIN>>>";
Expand description

Opens the fence around the verbatim student submission.

Exported so tests and the builder reference one literal source — the same constant is both emitted by build_prompt and asserted against, so the test predicate pins the real delimiter rather than a hand-copied twin that could drift from it (§1.5).