ohman/ohman.c

6 lines
55 B
C

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