Post History
shortC, 223 bytes AOC*w=" bottles of beer on the wall",i=100;--i;)R"%d%.*s%s, %d%.*s%.8s.\n%s, %d%.*s%s.\n\n",i,i-1?8:7,w,w+8,i,i-1?8:7,w,w+8,i^1?"Take one down and pass it around":"Go to the stor...
Answer
#1: Initial revision
# [shortC], 223 bytes AOC*w=" bottles of beer on the wall",i=100;--i;)R"%d%.*s%s, %d%.*s%.8s.\n%s, %d%.*s%s.\n\n",i,i-1?8:7,w,w+8,i,i-1?8:7,w,w+8,i^1?"Take one down and pass it around":"Go to the store and buy some more",i^1?i-1:99,i^2?8:7,w,w+8 [Try it online!][TIO-kuas8zts] From [**@Lundin**](https://codegolf.codidact.com/users/8176)'s [C (gcc)](https://gcc.gnu.org/) [answer](https://codegolf.codidact.com/posts/283141/283661#answer-283661). [shortC]: https://github.com/aaronryank/shortC [TIO-kuas8zts]: https://tio.run/##ZU7LCoJAFP2Vy4CLbBRtkw9EokXLIFpKMDYTSjo3vCNDXz9NEhS0O@dwXtThZK7O7Y770FYMWjRmUAR4g1apCVCD6RRYMQyM91WaJGUU9eXqxAIZxCEFxOGD4oziRv8Ib9poH@N9lNZZseWW23X2zy9pzc7irvyaAolWg9ASHoIIegNiwllLVrADgsHlDhmc1GJq5ycQjgpGr7ClypcXee7h5rvh3As "shortC – Try It Online"