Skip to content

Instantly share code, notes, and snippets.

@jz5
Created July 20, 2015 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/be75bf1b61c51921e632 to your computer and use it in GitHub Desktop.
Save jz5/be75bf1b61c51921e632 to your computer and use it in GitHub Desktop.
Dim arduinos = From a In {"", "ー"}
From d In {"デ", "ド"}
From u In {"ィ", "ゥ", "ュ"}
From i In {"", "イ", "ィ"}
Select "ア" & a & "ル" & d & u & i & "ーノ"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment