diff --git a/action.h b/action.h new file mode 100644 index 0000000..d5fd548 --- /dev/null +++ b/action.h @@ -0,0 +1,6 @@ +#ifndef ACTION_H +#define ACTION_H + +int main(void); + +#endif \ No newline at end of file