Add tags

Add tags to the following comment

車輪は発明しない方向で。

1
2
3
4
5
require "mathn"
def goedel(n)
  prime=Prime.new
  n.to_s.split(//).inject(1){|r,k| r*=prime.next**k.to_i}
end

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...