DEBSOURCES
Skip Quicknav
sources / binaryen / 68-1 / test / wasm_backend / hello_world_real.cpp
123456
#include <stdio.h> int main() { printf("hello, world!\n"); }