Cleanup classes that are moved to ACL
[AXE.git] / src / inttest.cpp
diff --git a/src/inttest.cpp b/src/inttest.cpp
deleted file mode 100644 (file)
index bf6e75c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#include "Integer.h"
-
-main()
-{
-   integer a(2000000000), b(2048);
-   integer c;
-
-   cout << "a = " << a << ", b = " << b << "\n";
-   cout << "c = " << c << "\n";
-   c = b;
-   cout << "c = b : c = " << c << "\n";
-}
-\1a
\ No newline at end of file