index
:
clib
c
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugin
/
test
/
hello_plugin.c
blob: 1ab290f2a79edc1e5298944b62076cd3dfd10386 (
plain
)
1
2
3
#include
<stdio.h>
void
SayHello
()
{
printf
(
"Hello!
\n
"
);
}