summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'whiteboard.h')
-rw-r--r--whiteboard.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/whiteboard.h b/whiteboard.h
new file mode 100644
index 0000000..39eeb66
--- /dev/null
+++ b/whiteboard.h
@@ -0,0 +1,6 @@
+// pseudo main() - for testability
+
+#pragma once
+
+int whiteboard(int argc, char* argv[]);
+