Initial commit
This commit is contained in:
commit
e6e6f4ae94
69 changed files with 8332 additions and 0 deletions
17
queue_stack_main_driver.c
Normal file
17
queue_stack_main_driver.c
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/*-----------------------------------------------------------------------------
|
||||
* HTBLA-Leonding / Class: <your class name here>
|
||||
*-----------------------------------------------------------------------------
|
||||
* Exercise Number: S03
|
||||
*-----------------------------------------------------------------------------
|
||||
* Description:
|
||||
* The assignment does not require to implement an application.
|
||||
* Run 'make test' to build and execute all required unit tests.
|
||||
*-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
printf("The assignment does not require to implement an application.\n");
|
||||
printf("Run 'make test' to build and execute all required unit tests.\n");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue