summaryrefslogtreecommitdiff
path: root/client/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.c')
-rw-r--r--client/main.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/client/main.c b/client/main.c
new file mode 100644
index 0000000..c58191c
--- /dev/null
+++ b/client/main.c
@@ -0,0 +1,18 @@
+/*
+ * som_net / simple library example (c) by jak1
+ *
+ * som_net / simple library example is licensed under a
+ * Creative Commons Attribution-ShareAlike 4.0 International License.
+ *
+ * You should have received a copy of the license along with this
+ * work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.
+ * Footer
+*/
+
+#include "../shared/hook.h"
+
+int main(void)
+{
+ start_chat(1);
+ return 0;
+}