feat: implement CPP03 C++20 card
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
schema: 1
|
||||
card: cpp/CPP03
|
||||
title: Wskaźniki, referencje, tablice i nullptr
|
||||
steps:
|
||||
- id: task-01
|
||||
task: task01
|
||||
action: test
|
||||
profile: native-amd64
|
||||
target: native
|
||||
command: stemctl test native-amd64 cpp CPP03 1
|
||||
board:
|
||||
show: [source, stdout, binary]
|
||||
highlight: [cxx20, pointers_references]
|
||||
question: Wskaźnik i nullptr — jaka reguła języka wyjaśnia dokładny wynik?
|
||||
evidence: [compile_warnings_zero, expected_stdout, exit_zero]
|
||||
- id: task-02
|
||||
task: task02
|
||||
action: test
|
||||
profile: native-amd64
|
||||
target: native
|
||||
command: stemctl test native-amd64 cpp CPP03 2
|
||||
board:
|
||||
show: [source, stdout, binary]
|
||||
highlight: [cxx20, pointers_references]
|
||||
question: Referencja jako alias — jaka reguła języka wyjaśnia dokładny wynik?
|
||||
evidence: [compile_warnings_zero, expected_stdout, exit_zero]
|
||||
- id: task-03
|
||||
task: task03
|
||||
action: test
|
||||
profile: native-amd64
|
||||
target: native
|
||||
command: stemctl test native-amd64 cpp CPP03 3
|
||||
board:
|
||||
show: [source, stdout, binary]
|
||||
highlight: [cxx20, pointers_references]
|
||||
question: Tablica i jej rozmiar — jaka reguła języka wyjaśnia dokładny wynik?
|
||||
evidence: [compile_warnings_zero, expected_stdout, exit_zero]
|
||||
Reference in New Issue
Block a user