Sign in
mingw
/
mingw-w64
/
c6dd30c80c342f5da79a1e7da0f81bce9e2dc20b
/
.
/
mingw-w64-crt
/
testcases
/
t_iostream.cpp
blob: 35379371d7dd57e0a15c8472dda210ebddd14c3f [
file
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello!"
<<
std
::
endl
;
return
0
;
}