Skip to content

Instantly share code, notes, and snippets.

View zznop's full-sized avatar
😎

Brandon Miller zznop

😎
View GitHub Profile
uint32_t factorial(uint32_t number)
{
if (number <= 1)
{
return 1;
}
return number * factorial(number -1);
}

Keybase proof

I hereby claim:

  • I am zznop on github.
  • I am zznop (https://keybase.io/zznop) on keybase.
  • I have a public key ASBbxPpeB6WStkXl4MEHA016MFr8cqqBJGpV6OxAhl53MAo

To claim this, I am signing this object: