Initial commit

This commit is contained in:
github-classroom[bot] 2024-11-13 21:02:29 +00:00 committed by GitHub
commit 6451266878
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 2532 additions and 0 deletions

16
car_main_driver.c Normal file
View 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;
}