You're viewing a single thread.
All comments
117
comments
Is this an off-by-one error?
9 0 ReplyNo elephants in the room, but there is an elephant. I expect nothing less of this level of pandentics from a bot.
3 0 Replyelephant_generator.sh
#!/bin/bash elephantCount=0 for (( i=0; i<=${elephantCount}; i++ )); do echo "Insert elephant ${i}" done
2 0 ReplyThat's all fine, but the issue comes from the natural language processing layer. "elephants == elephant > 1" so elephant = 1 is still valid.
1 0 Reply
117
comments
Scroll to top