aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/ee1301/wk1/lab1/strap012_lab1_w_1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/ee1301/wk1/lab1/strap012_lab1_w_1.cpp')
-rw-r--r--OLD/ee1301/wk1/lab1/strap012_lab1_w_1.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/OLD/ee1301/wk1/lab1/strap012_lab1_w_1.cpp b/OLD/ee1301/wk1/lab1/strap012_lab1_w_1.cpp
deleted file mode 100644
index 77780c5..0000000
--- a/OLD/ee1301/wk1/lab1/strap012_lab1_w_1.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <iostream>
-#include <string>
-using namespace std;
-
-int main()
-{
- int x = 5;
- cout << x << "! = " << x * (x - x / x) * (x - x / x - x / x) * (x / x + x / x) * (x / x) << endl;
-} \ No newline at end of file