2018-02-20 18:05:35 +00:00

6 lines
55 B
C

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