summaryrefslogtreecommitdiff
path: root/sample/math.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/math.rb')
-rw-r--r--sample/math.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/math.rb b/sample/math.rb
index 83be1b9048..c0b5225080 100644
--- a/sample/math.rb
+++ b/sample/math.rb
@@ -1,4 +1,4 @@
-#load("lib/math.o")
+# math example
include Math
sqrt(4)
print(Math.sqrt(257), "\n")