Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/doc-pthread
/
.
/
tests
/
small_hello_world.c
blob: da4a1710fa3de0252d4d28f64735b7f23b1b01e6 [
file
] [
edit
]
#include
<emscripten/html5.h>
int
main
()
{
emscripten_console_log
(
"hello!"
);
}