mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-27 12:04:49 +08:00
formatting source-code for d7af6fdc8c
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#include <vector>
|
||||
|
||||
/** Main function */
|
||||
int main() {
|
||||
int main()
|
||||
{
|
||||
// Initializing vector with array values
|
||||
int arr[] = {10, 20, 5, 23, 42, 15};
|
||||
int n = sizeof(arr) / sizeof(arr[0]);
|
||||
|
||||
Reference in New Issue
Block a user