# anna **Repository Path**: plus7wist/anna ## Basic Information - **Project Name**: anna - **Description**: No description available - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-22 - **Last Updated**: 2024-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # anna ## 构建和测试 ./doit configure build test 这表示分别执行 configure、build 和 test 三个步骤。 ## 代码风格 - 函数命名和变量命名用 `snake_case`,类名用 `PascalCase`,宏名用 `UPPER_SNAKE_CASE`,名字空间名用全小写,禁止下划线。