init tick 분리

This commit is contained in:
2025-05-26 02:07:44 +09:00
commit c0ed33ca17
52 changed files with 11767 additions and 0 deletions

7
.clang-format Normal file
View File

@@ -0,0 +1,7 @@
# Google C/C++ Code Style Settings
Language: Cpp
BasedOnStyle: Google
Standard: c++20
UseTab: Never
ColumnLimit: 80