lib.c 71 B

1234567
  1. #include"lib.h"
  2. char *meson_print(void)
  3. {
  4. return "Hello, world!";
  5. }