#include <stdio.h>
#include "helper.h"
#include "../my_inc/myadd.h"

int main() {
  printf("Welcome to Example\n");
  printf("%d\n", add(1,1));
  return dfym_fun();
}

