From d6113123b8666c32d4b718f089806a968aabe2d2 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 30 Sep 2024 18:37:16 -0700 Subject: Add plugin test. --- plugin/test/hello_plugin.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugin/test/hello_plugin.c (limited to 'plugin/test/hello_plugin.c') diff --git a/plugin/test/hello_plugin.c b/plugin/test/hello_plugin.c new file mode 100644 index 0000000..1ab290f --- /dev/null +++ b/plugin/test/hello_plugin.c @@ -0,0 +1,3 @@ +#include + +void SayHello() { printf("Hello!\n"); } -- cgit v1.2.3