Midv-075 Guide
int64_t calculate(int64_t a, int64_t b, char op) switch (op) case '+': return a + b; case '-': return a - b; case '*': return a * b; case '/': if (b == 0) puts("division by zero!"); exit(1);
Cass had seen the phrase before, tucked in a soldier’s dossier two sectors over: “We bury things that will outlive us.” People buried secrets as if they were seeds. The seeds took root in the soil of code. MIDV-075
