usual WSL problem
This commit is contained in:
parent
e8fef7e170
commit
003502d8dd
40 changed files with 7324 additions and 7324 deletions
|
|
@ -1,17 +1,17 @@
|
|||
/*-----------------------------------------------------------------------------
|
||||
* HTBLA-Leonding / Class: <your class name here>
|
||||
*-----------------------------------------------------------------------------
|
||||
* 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 <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");
|
||||
/*-----------------------------------------------------------------------------
|
||||
* HTBLA-Leonding / Class: <your class name here>
|
||||
*-----------------------------------------------------------------------------
|
||||
* 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 <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