aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/aisd/rozw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/aisd/rozw.cpp')
-rw-r--r--Semestr 4/aisd/rozw.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Semestr 4/aisd/rozw.cpp b/Semestr 4/aisd/rozw.cpp
deleted file mode 100644
index 8093708..0000000
--- a/Semestr 4/aisd/rozw.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include<iostream>
-using namespace std;
-
-int main() {
- int a, b;
- cin >> a >> b;
- if (b < a) swap(a,b);
- for (int i = a; i <= b; i++)
- cout << i << "\n";
-} \ No newline at end of file