LoginSignup
6
6

More than 5 years have passed since last update.

C#でも愛が生まれた

Last updated at Posted at 2016-05-10

元ネタ:愛が生まれた
愛が生まれる理由:なんで愛が生まれるのか


using System;

namespace TestBench
{
    internal class Program
    {
        internal static void Main()
        {
            Console.WriteLine((char)('生' & '死'));
        }
    }
}

6
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6