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