diff options
Diffstat (limited to 'plugin/test/hello_plugin.c')
-rw-r--r-- | plugin/test/hello_plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | #include <stdio.h> | ||
2 | |||
3 | void SayHello() { printf("Hello!\n"); } | ||