Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 188 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 188 Bytes

tree.c

This is a simple program, entirely contained in one file, which I use to demonstrate the GDB debugger.

It should be compiled using the following command:

gcc -o tree -g tree.c