blob: c77e4645e125172ce27973627db44c2c89e8a863 [file]
#include <emscripten/html5.h>
int main() {
emscripten_console_log("hello!");
}