Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • docker
  • feature-tracker
  • fix-api
  • feature-event-wizard
  • feature-akslides
  • fix-history-interest
  • feature-constraint-checking-wip
  • feature-constraint-checking
9 results

akplanning

  • Clone with SSH
  • Clone with HTTPS
  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    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.