Initial commit
This commit is contained in:
commit
6451266878
13 changed files with 2532 additions and 0 deletions
16
car_main_driver.c
Normal file
16
car_main_driver.c
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*----------------------------------------------------------
|
||||
* HTBLA-Leonding
|
||||
* ---------------------------------------------------------
|
||||
* Author: */ <my name>; /*
|
||||
* ----------------------------------------------------------
|
||||
* Description:
|
||||
* Car demo project.
|
||||
* ----------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include<stdio.h>
|
||||
|
||||
int main(int argc, char const *argv[]) {
|
||||
/* your code */
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue