Skip to content

Instantly share code, notes, and snippets.

@chitoku-k
Created March 25, 2014 06:45
Show Gist options
  • Save chitoku-k/9756341 to your computer and use it in GitHub Desktop.
Save chitoku-k/9756341 to your computer and use it in GitHub Desktop.
お誕生日おめでとう!
using System;
using System.Linq;
public class HappyBirthday
{
public static void ShowHappyBirthday()
{
Console.WriteLine(string.Concat("Happy Birthday!".Select(x => new String(x, 3))));
}
}
HHHaaappppppyyy BBBiiirrrttthhhdddaaayyy!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment