/*----------------------------------------------------------------------------- * HTBLA-Leonding / Class: *----------------------------------------------------------------------------- * Exercise Number: S02 *----------------------------------------------------------------------------- * Description: * The assignment does not require to implement an application. * Run 'make test' to build and execute all required unit tests. *----------------------------------------------------------------------------- */ #include 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"); }