This repository has been archived on 2021-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
FractionTask/fraction.hpp

12 lines
106 B
C++
Raw Normal View History

2021-09-17 11:59:28 +02:00
#ifndef FRACTION_H
#define FRACTION_H
class Fraction
{
public:
Fraction();
};
#endif // FRACTION_H