diff --git a/as1/as1.cpp b/as1/as1.cpp deleted file mode 100644 index dbeedb4..0000000 --- a/as1/as1.cpp +++ /dev/null @@ -1,30 +0,0 @@ - - - -int main() -{ - -/* - Fraction f(-4,1); - Fraction g(-5,1); - f /= g; - - Fraction l = 3.12; - - double c; - - - // for(int i =0; i < a.size(); i++) cout << a[i] <> l;} - - //repeated_decimal_to_fraction(2.666); - }catch(const char* msg){ - cerr << msg << endl; - }*/ - - return 0; -} \ No newline at end of file