summaryrefslogtreecommitdiff
path: root/c,cc/ooc.h
blob: 0585d95b4fc043bf6560628cca85ce914ceeff91 (plain)
1
2
3
4
5
6
struct vehicle {
       int power;
       int weight;
       char* type;
};