07-car/car_main_driver.c
github-classroom[bot] 6451266878
Initial commit
2024-11-13 21:02:29 +00:00

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;
}