mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-14 10:20:40 +08:00
Format the C code in Clang-Format Style: Microsoft
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
* Author: Jefferson (JeffersonHuang77@gmail.com)
|
||||
*/
|
||||
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
/* 初始化列表 */
|
||||
List<int> list = [1,3,2,5,4];
|
||||
|
||||
Reference in New Issue
Block a user