Init q3
This commit is contained in:
parent
e13be3a0b6
commit
a290788bd3
14
work1/q3.c
14
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user