summaryrefslogtreecommitdiff
path: root/sample/math.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/math.rb')
-rw-r--r--sample/math.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/sample/math.rb b/sample/math.rb
deleted file mode 100644
index c0b5225080..0000000000
--- a/sample/math.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-# math example
-include Math
-sqrt(4)
-print(Math.sqrt(257), "\n")