• + 3 comments

    Python as well. Sum = n = input. while n > 1, decrement n and sum *= n, print sum, 5 lines.

    I think you're right, this is almost cheating in these languages.