DremorM to Animals with JobsEnglish • 2 months agoAnother cat shaped void - This one with a jobimagemessage-square5arrow-up1114arrow-down13file-textcross-posted to: cat
arrow-up1111arrow-down1imageAnother cat shaped void - This one with a jobDremorM to Animals with JobsEnglish • 2 months agomessage-square5file-textcross-posted to: cat
minus-squaremelroylinkfedilink5•2 months agoint main() { std::cout << "Starting cat food dispenser..." << std::endl; while (true) { giveMeFood(); // Waiting for max 1 second std::this_thread::sleep_for(std::chrono::seconds(1)); } }
void main () {}
int main() { std::cout << "Starting cat food dispenser..." << std::endl; while (true) { giveMeFood(); // Waiting for max 1 second std::this_thread::sleep_for(std::chrono::seconds(1)); } }
void paw () { throw new PushObjectException(); }