index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
wasm
/
1 basic
/
hello.cpp
blob: 44b14acf3b0b5c3a703f337a16e9246194f15c72 (
plain
)
1
2
3
4
5
6
#include
<iostream>
int
main
(
void
)
{
std
::
cout
<<
"Hello World"
<<
std
::
endl
;
return
0
;
}