summaryrefslogtreecommitdiff
path: root/exercises/functions/functions1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/functions/functions1.rs')
-rw-r--r--exercises/functions/functions1.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/exercises/functions/functions1.rs b/exercises/functions/functions1.rs
deleted file mode 100644
index 40ed9a0..0000000
--- a/exercises/functions/functions1.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// functions1.rs
-//
-// Execute `rustlings hint functions1` or use the `hint` watch subcommand for a
-// hint.
-
-// I AM NOT DONE
-
-fn main() {
- call_me();
-}