Guus Bosman

software executive and technologist


You are here

Def factorial(num); (1..num).inject(1) {|a, b| a * b}; end ; print factorial(42) # To the point.

Guus: def factorial(num); (1..num).inject(1) {|a, b| a * b}; end ; print factorial(42) # To the point.

Recent comments

Recently read

Books I've recently read: