Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/ising
/
.
/
tests
/
hello_world.c
blob: fdf19b886465397cf66c1fc71c80e3f3e0fe34dc [
file
] [
edit
]
#include
<stdio.h>
int
main
()
{
printf
(
"hello, world!\n"
);
return
0
;
}