Files
2017-10-08 22:19:48 +01:00

8 lines
97 B
C

#include <stdio.h>
#include <stdlib.h>
int main(void) {
puts("hello");
return EXIT_SUCCESS;
}