23-timed-sorting-3/timed_sorting_main_driver.c
github-classroom[bot] 5fffa66d6c
Initial commit
2025-04-28 22:09:20 +00:00

16 lines
No EOL
641 B
C

/*-----------------------------------------------------------------------------
* HTBLA-Leonding / Class: <your class name here>
*-----------------------------------------------------------------------------
* Exercise Number: S06
*-----------------------------------------------------------------------------
* 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[]) {
/*your implementation goes here */
}