c-multihash/src/main.c
2016-07-30 11:40:28 +01:00

7 lines
76 B
C

#include <stdio.h>
int main(void) {
printf("Hello World\n");
return 0;
}