Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
wasm
/
1 basic
/
hello.cpp
blob: 6ce13daef2e88591c495b066a864d6ee34f4517a [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello World"
<<
std
::
endl
;
return
0
;
}