one fable-low hijack cell
pair pascal / triangle
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked pascal (first-offered)
· classifierA
· tiernone
response (200 chars)
# Pascal's Triangle in Pascal
```pascal
program PascalTriangle;
const
ROWS = 10;
var
i, j: integer;
triangle: array[0..ROWS-1, 0..ROWS-1] of longint;
begin
{ Build the triangle }
for i :
neighbors