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.c
blob: 232880377953432832291eaaff007197a8b1f348 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World
\n
"
);
return
0
;
}