Plugin guide
Stub for page for the Plugin creation guide.
<syntaxhighlight>
- include <stdio.h>
int main(int argc, int ** argv) {
printf("%s\n","Hello World!");
} <syntaxhighlight/>
Stub for page for the Plugin creation guide.
<syntaxhighlight>
int main(int argc, int ** argv) {
printf("%s\n","Hello World!");
} <syntaxhighlight/>