aboutsummaryrefslogtreecommitdiff
path: root/plugin/test/hello_plugin.c
blob: 1ab290f2a79edc1e5298944b62076cd3dfd10386 (plain)
1
2
3
#include <stdio.h>

void SayHello() { printf("Hello!\n"); }