Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
6e514cf37617cd7cd651796f0e129ff757dbf4e3
/
.
/
test
/
minimal_hello.c
blob: 2b2a66d79017043e188e01e84d28c803d47c4da9 [
file
]
#include
<emscripten/console.h>
int
main
()
{
emscripten_console_log
(
"minimal hello!"
);
return
0
;
}