diff --git a/work1/q3.c b/work1/q3.c index e69de29..8df0b95 100644 --- a/work1/q3.c +++ b/work1/q3.c @@ -0,0 +1,14 @@ +#include "stdio.h" +#include "stdlib.h" +#include "string.h" + +struct Bus { + int BusID; + int RouteID; + time_t schedule; +}; + +int main() { + + return EXIT_SUCCESS; +} \ No newline at end of file