Update the format of the file headers

of c, cpp, java, js, ts, swift.
This commit is contained in:
Yudong Jin
2023-01-06 03:39:19 +08:00
parent fdb102eb16
commit 0e49f0053a
92 changed files with 92 additions and 98 deletions

View File

@ -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]);
}