This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
6170f1175e
meson
/
test cases
/
wasm
/
1 basic
/
hello.cpp
7 lines
94 B
C++
Raw
Blame
History
#
include<iostream>
int
main
(
void
)
{
std
:
:
cout
<
<
"
Hello World
"
<
<
std
:
:
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink