#!/usr/bin/ruby

#
## http://rosettacode.org/wiki/Compile-time_calculation
#

define n = 10!;
say n;