ソースを参照

Update CONVENTIONS.md

pull/5368/head
Ray 2ヶ月前
committed by GitHub
コミット
84737a9fc1
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      CONVENTIONS.md

+ 1
- 0
CONVENTIONS.md ファイルの表示

@ -41,6 +41,7 @@ while (!WindowShouldClose())
}
// Always use accumulators as `x++` instead of `++x`
for (int i = 0; i < NUM_VALUES; i++) printf("%i", i);
// Be careful with the switch formatting!

読み込み中…
キャンセル
保存