vault backup: 2024-01-01 17:19:42

This commit is contained in:
2024-01-01 17:19:42 +08:00
parent 0b2e0f0df9
commit 8aedf525b5
439 changed files with 39 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
## Common Rule
### LowerCamel case
Variables and functions start with lower camel case. e.g.
```cpp
int myName = 0;
void doSomething(int argNum1);
```