Files
workspace-info/series/inf.json
T
2026-05-02 00:14:34 +02:00

61 lines
1.4 KiB
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": "types",
"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"
},
{
"id": "types",
"repo": "lab-rv32i-c-types-operators-expressions",
"branch": "deploy",
"title": "rv32i-c / types-operators-expressions"
},
{
"id": "control",
"repo": "lab-rv32i-c-control-flow",
"branch": "deploy",
"title": "rv32i-c / control-flow"
},
{
"id": "functions",
"repo": "lab-rv32i-c-functions-program-structure",
"branch": "deploy",
"title": "rv32i-c / functions-program-structure"
},
{
"id": "pointers",
"repo": "lab-rv32i-c-pointers-arrays",
"branch": "deploy",
"title": "rv32i-c / pointers-arrays"
},
{
"id": "structures",
"repo": "lab-rv32i-c-structures",
"branch": "deploy",
"title": "rv32i-c / structures"
}
]
}