Subato

Resource Files

C++ Fakultät


#include "fac.h" unsigned long int fac(unsigned int n){ return 0; //ToDo }
cc