Skip to content

Instantly share code, notes, and snippets.

@kamiyaowl
Last active August 29, 2015 14:16
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 kamiyaowl/d108ad58161bd0487fff to your computer and use it in GitHub Desktop.
Save kamiyaowl/d108ad58161bd0487fff to your computer and use it in GitHub Desktop.
// C# : @kamiya_owl
using System; using System.Linq; class Haiku { static void Main() { var haiku = @"
          み か ふ
          ず わ る
          の ず い
          お と け
          と び や
            こ  
            む  
";var s = @"// C# : @kamiya_owl{2}{3}using System; using System.Linq; class Haiku {{ static void Main() {{ var haiku = @{1}{2}{3}{4}{1};var s = @{1}{0}{1}; Console.WriteLine(s, s, (char)0x22, (char)0xd, (char)0xa, haiku); }} }}"; Console.WriteLine(s, s, (char)0x22, (char)0xd, (char)0xa, haiku); } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment