summaryrefslogtreecommitdiff
path: root/tools/msgenc/msgenc.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-01 21:45:32 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-03 15:58:16 -0400
commit93aca8197ac76b60e3f89f386aa96e206b01dfa4 (patch)
tree1645f8ef8cce09915e6425ef6f9d7df26caae58e /tools/msgenc/msgenc.c
parent2a752368b73ca0c28c62ea2c8db069b916403e3a (diff)
Implement msgenc and decode script messages
Diffstat (limited to 'tools/msgenc/msgenc.c')
-rw-r--r--tools/msgenc/msgenc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/msgenc/msgenc.c b/tools/msgenc/msgenc.c
deleted file mode 100644
index f3d8ce5e..00000000
--- a/tools/msgenc/msgenc.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char ** argv)
-{
- printf("Hello, world!\n");
- return 0;
-}