ohman/ohman.c
2019-01-16 16:19:18 -05:00

5 lines
55 B
C

#include <stdio.h>
int main() {
printf("OHMAN\n");
}