index
:
ft_containers.git
master
School project: Rewritting some containers of C++ STL
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
main.cpp
blob: 156eae70fdd372e1b21446ab9dfeb8c032142c46 (
plain
)
1
2
3
4
5
6
7
#include <iostream>
int
main
()
{
std
::
cout
<<
"bonjour"
<<
std
::
endl
;
return
0
;
}