Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
hello_world_small.c
blob: c77e4645e125172ce27973627db44c2c89e8a863 [
file
]
#include
<emscripten/html5.h>
int
main
()
{
emscripten_console_log
(
"hello!"
);
}