mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-28 12:52:57 +08:00
Update the format of the file headers
of c, cpp, java, js, ts, swift.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/**
|
||||
* File: PrintUtil.h
|
||||
* Created Time: 2022-12-21
|
||||
* Author: MolDum (moldum@163.com)
|
||||
@ -26,5 +26,3 @@ static void printArray(int* arr, int n)
|
||||
}
|
||||
printf("%d]\n", arr[n-1]);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user