16 lines
435 B
C
16 lines
435 B
C
/*----------------------------------------------------------
|
|
* HTBLA-Leonding
|
|
* ---------------------------------------------------------
|
|
* Author: */ <my name>; /*
|
|
* ----------------------------------------------------------
|
|
* Description:
|
|
* Car demo project.
|
|
* ----------------------------------------------------------
|
|
*/
|
|
|
|
#include<stdio.h>
|
|
|
|
int main(int argc, char const *argv[]) {
|
|
/* your code */
|
|
return 0;
|
|
}
|