Files
object-testfiles/wasm/base.c
T

7 lines
77 B
C
Raw Normal View History

2021-08-22 17:08:53 +10:00
#include <stdio.h>
int main() {
printf("Hello, world");
return 0;
}