return 0: 无咎

2026-09-05

#include<universe.h>   // 你一直在阅读的那部天书

#define integrity 1    // 你三十一年来逐渐建立起的信念
#define compounding 1  // 你每周都在执行的那个循环

void go_ahead() {
    // 学习C、阅读K&R、记录shuiming.cc、定投BRK/B
    // 每一天都在进行的工作
}

void pass() {
    // 等待、休息、不勉强、保持安静
}

int main() {
    if (integrity && compounding) {
        go_ahead();   // 向前走
    } else {
        pass();       // 等待
    }
    return 0;         // 完整结束,不留未了之事
}