Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
wasm
/
1 basic
/
hello.c
blob: 232880377953432832291eaaff007197a8b1f348 [
file
] [
edit
]
#include
<stdio.h>
int
main
()
{
printf
(
"Hello World\n"
);
return
0
;
}