From 94d2ec943df855e7f156b3ca09c89461e86b2cea Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 1 Oct 2019 20:13:13 -0400 Subject: initial commit --- src/who.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/who.c (limited to 'src/who.c') diff --git a/src/who.c b/src/who.c new file mode 100644 index 0000000..816aa7d --- /dev/null +++ b/src/who.c @@ -0,0 +1,2 @@ +#define main who_main +#include "../who/who.c" -- cgit v1.2.1