Sign in
third-party-mirror
/
mingw-w64
/
e1c9831d79320f401c803f993a4a9f7d11e7465e
/
.
/
mingw-w64-crt
/
testcases
/
t_iostream.cc
blob: 310b98d2c82b35c60c1e78c4d17d19df84a50d3a [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello!"
<<
std
::
endl
;
return
0
;
}