Sign in
◑
Theme
mingw
/
mingw-w64
/
5bd97fed31fd24b2b16095d10c0a564e3d4332b2
/
.
/
mingw-w64-crt
/
testcases
/
t_iostream.cc
blob: 310b98d2c82b35c60c1e78c4d17d19df84a50d3a [
file
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello!"
<<
std
::
endl
;
return
0
;
}