emscripten/tests/browser_test_hello_world.c

10 строки
113 B
C

#include<stdio.h>
int main() {
printf("hello, world!\n");
int result = 0;
REPORT_RESULT();
return 0;
}