/ README.md
README.md
1 # 99-bottles 2 3 This is just a very small fun program to deminstrate reverse counting loops 4 which prints out the lyrics of the song "99 bottles of beer". 5 6 ## Building 7 8 You need the autotools to build this program. 9 10 Just run: 11 ./autogen.sh 12 ./configure 13 make 14 15 ## Running 16 17 Run: 18 ./99-bottles 19 20 To see available options run: 21 ./99-bottles -h