Sign in
gem5
/
testing
/
jenkins
/
refs/heads/master
/
.
/
src
/
test.cc
blob: 64416b6391696319f916ec97cc2d0d256cc94715 [
file
] [
log
] [
blame
] [
edit
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World!!"
<<
std
::
endl
;
return
0
;
}