#ifndef HELLO_H #define HELLO_H int add(int x, int y); #endif