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