hello.c 77 B

12345
  1. #include "plugin.h"
  2. void initialize() {
  3. mfp_register("Hello World!");
  4. }