#!/usr/bin/env ruby
require("gsl")

for n in 0..10
  p Poly.bell(n)
end


syntax highlighted by Code2HTML, v. 0.9.1