Files
workspace-info/series/inf.json
T
2026-04-29 20:40:13 +02:00

31 lines
660 B
JSON

{
"id": "inf",
"title": "Informatyka",
"source_org": "edu-inf",
"answer_org": "c2025-1a-inf",
"source_remote": "r1",
"answer_remote": "r1a",
"fallback_branch": "deploy",
"default_card": "bss",
"cards": [
{
"id": "asm-c-gcc",
"repo": "lab-rv32i-strlen-asm-c-gcc",
"branch": "deploy",
"title": "rv32i-c / asm-c-gcc"
},
{
"id": "abi",
"repo": "lab-rv32i-strlen-abi-stack",
"branch": "deploy",
"title": "rv32i-c / abi-stack"
},
{
"id": "bss",
"repo": "lab-rv32i-strlen-bss-data-stack",
"branch": "deploy",
"title": "rv32i-c / bss-data-stack"
}
]
}