diff --git a/src/ggT/ggt.h b/src/ggT/ggt.h new file mode 100644 index 0000000..6823031 --- /dev/null +++ b/src/ggT/ggt.h @@ -0,0 +1,6 @@ +#ifndef GGT_H +#define GGT_H + +int ggt(int a, int b); + +#endif