summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/server/main.c b/server/main.c
new file mode 100644
index 0000000..35ff02d
--- /dev/null
+++ b/server/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(0);
+ return 0;
+}