summaryrefslogtreecommitdiff
path: root/sample/hash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/hash.rb')
-rw-r--r--sample/hash.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/sample/hash.rb b/sample/hash.rb
deleted file mode 100644
index 85f719e7eb..0000000000
--- a/sample/hash.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# hash value
-# output:
-# 78651
-# 78651
-# 78651
-# -45637
-
-print(+-1.0.hash,"\n")
-print(-1.0.hash,"\n")
-print((-1.0).hash,"\n")
-print(-(1.0.hash),"\n")