tilde/wasm/hello.c
2018-01-17 13:10:34 -05:00

6 lines
88 B
C

#include <stdio.h>
int main(int argc, char ** argv) {
printf("Hello, world!\n");
}