12-tower-of-hanoi/toh_disk.c
github-classroom[bot] 87dcb960bf
Initial commit
2025-01-14 11:07:40 +00:00

11 lines
444 B
C

/*----------------------------------------------------------
* HTBLA-Leonding / Class: <your class>
* ---------------------------------------------------------
* Exercise Number: 09
* Title: Tower of Hanoi Disk ADT Implemenation
* Author: */<your name>/*
* ----------------------------------------------------------
* Description:
* Implementation of toh_disk.h.
* ----------------------------------------------------------
*/