- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
cross-posted from: https://lemmy.world/post/22269160
You must log in or register to comment.
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(); }