Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/cpp/function-title.txt
2021-04-07 19:25:18 -04:00

10 lines
150 B
Plaintext
Vendored

int main() {
A a = new A();
int b = b * sum(1, 2);
if (a->check1())
return 3;
else if (a->check2())
return 4;
return a->result();
}