changeset 7576:b81e1c7ba347

<Moon_> fetch http://pastebin.com/raw/71ab5gx8
author HackBot
date Thu, 28 Apr 2016 00:58:10 +0000
parents a34a0ac79b76
children 6073d9e1e468
files 71ab5gx8
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/71ab5gx8	Thu Apr 28 00:58:10 2016 +0000
@@ -0,0 +1,6 @@
+#include <stdio.h>
+int main(){int i=100;while(--i){printf("%i bottle%s of beer in the wall,\n%i bo"
+"ttle%s of beer.\nTake one down, pass it round,\n""%s%s\n\n",i,i?"s":"",i,i?"s":
+"",(i-1)?(char[]){(((i-1)/10)?((i-1)/10+'0'):((i-1)%10+'0')),(((i-1)/10)?((i-1)%
+10+'0'):' '),(((i-1)/10)?' ':'{TEXT}'),'{TEXT}'}:"",(i-1)?"bottles of beer in the wall":
+"No more beers");}}
\ No newline at end of file