mirror of
https://github.com/krahets/hello-algo.git
synced 2026-02-03 02:43:41 +08:00
Format the C code in Clang-Format Style: Microsoft
This commit is contained in:
@@ -34,6 +34,7 @@ vector<int> twoSumHashTable(vector<int> &nums, int target) {
|
||||
return {};
|
||||
}
|
||||
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
// ======= Test Case =======
|
||||
vector<int> nums = {2, 7, 11, 15};
|
||||
|
||||
Reference in New Issue
Block a user