Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

factorial-c

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    README.md
    factorial.c

    Factorial C

    A simple C program, not to be used as inspiration for good C code ;-D.

    Compile using gcc -std=c11 -Wall -Werror -Wpedantic -o factorial factorial.c.