summaryrefslogtreecommitdiff
path: root/control/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'control/src/main.rs')
-rwxr-xr-xcontrol/src/main.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/control/src/main.rs b/control/src/main.rs
deleted file mode 100755
index 0b74683..0000000
--- a/control/src/main.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-fn main() {
-
- for number in (1..1000).rev() {
- println!("{}", number);
- }
-}
-