
-----------------------------------
RyGuy-Anime
Mon Mar 10, 2014 4:03 pm

Failed Factorial
-----------------------------------
So I haven't programmed in a while and am trying to get rid of that rust.... and then for some reason nothing seems to go properly. Anyways I'm writing a Factorial function and my variable keeps getting some insane value. It's a really quick fix but evidently I forgot what I'm doing let me know what I'm doing wrong.

#include 

int factorial (int n)
{
    if (n 