summaryrefslogtreecommitdiff
path: root/sample/reach.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/reach.rb')
-rw-r--r--sample/reach.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/sample/reach.rb b/sample/reach.rb
deleted file mode 100644
index 25b340887d..0000000000
--- a/sample/reach.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-for i in 1..10
- print("test\n")
- break
- print("test2\n")
-end