This commit is contained in:
Vincent Batts 2019-01-16 16:19:18 -05:00
parent 3125c7ac15
commit 5bd5e916f9
Signed by: vbatts
GPG key ID: 10937E57733F1362
3 changed files with 11 additions and 0 deletions

5
ohman.c Normal file
View file

@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("OHMAN\n");
}