DEBSOURCES
Skip Quicknav
sources / emscripten / 3.1.6~dfsg-5 / tests / small_hello_world.c
123456
#include <emscripten/html5.h> int main() { emscripten_console_log("hello!"); }