Skip to content

Commit d68ff01

Browse files
committed
Update Initializer-lists.cpp
1 parent f67f4a3 commit d68ff01

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include<iostream>
2+
#include<vector>
3+
4+
using namespace std;
5+
6+
int main() {
7+
8+
vector<int> numbers{ 1, 3, 4 6 };
9+
10+
return 0;
11+
}

0 commit comments

Comments
 (0)