This website requires JavaScript.
Explore
Help
Sign In
xfarrow
/
lasd
mirror of
https://github.com/xfarrow/lasd.git
Watch
1
Star
0
Fork
You've already forked lasd
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c58e064df
lasd
/
teoria
/
template_multiple_file
/
main.cpp
8 lines
98 B
C++
Raw
Blame
History
#
include"vector.hpp"
int
main
(
)
{
Vector
<
int
>
v
(
5
)
;
//v[1] = 3;
cout
<
<
v
<
<
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink