00001 00002 00003 #include "LargeCarrot.h" 00004 #include "LargeOnion.h" 00005 00006 int main() { 00007 LargeCarrot lc; 00008 LargeOnion lo; 00009 };