mirror of
https://github.com/peter-tanner/CITS-3007-labs.git
synced 2024-11-30 09:00:19 +08:00
.. | ||
.gitignore | ||
factorial.c | ||
README.md | ||
segfault.c |
CITS3007 lab 2 demo repository
This repository contains a Makefile and C code for two programs, "factorial" and "segfault".
Building
Build with make
.