Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- public class Hello
- {
- public static Main () : void
- {
- for(mutable i = 100;i>1;--i)
- {
- Console.WriteLine("{0} bottles of beer.\nTake one down and pass it around, 1 bottle of beer on the wall.", i);
- }
- Console.WriteLine("1 bottle of beer.\nTake one down and pass it around, 1 bottle of beer on the wall.");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement