mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-14 00:20:06 +00:00
7 lines
110 B
C++
7 lines
110 B
C++
![]() |
#include <vector>
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
std::vector<int> v{0,1,2,3,4};
|
||
|
return 0;
|
||
|
}
|