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