aboutsummaryrefslogtreecommitdiff
path: root/data/client.c
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-04-24 05:19:57 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-05-04 02:23:18 +0200
commit8401fde7b1d10dc4c1ce9117c1eda7a21067778b (patch)
treeefde273443fd4591df3b4e1a270f61185f9f09e0 /data/client.c
parent397286c87dc9aa3cba458973bdc65b3f3be14657 (diff)
Removes old data server and cleans up python code
Diffstat (limited to 'data/client.c')
-rw-r--r--data/client.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/client.c b/data/client.c
new file mode 100644
index 0000000..7af411f
--- /dev/null
+++ b/data/client.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("hello client\n");
+ return 0;
+}