mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
out: [
|
|
out: {
|
|
out: "id": 0,
|
|
out: "content": "What is 1 + 1?",
|
|
out: "type": "input",
|
|
out: "time": "====[timestamp]====="
|
|
out: },
|
|
out: {
|
|
out: "id": 1,
|
|
out: "content": "2",
|
|
out: "type": "output",
|
|
out: "time": "====[timestamp]====="
|
|
out: }
|
|
out: ]
|