元ネタ:愛が生まれた
愛が生まれる理由:なんで愛が生まれるのか
using System;
namespace TestBench
{
internal class Program
{
internal static void Main()
{
Console.WriteLine((char)('生' & '死'));
}
}
}
Go to list of users who liked
More than 5 years have passed since last update.
元ネタ:愛が生まれた
愛が生まれる理由:なんで愛が生まれるのか
using System;
namespace TestBench
{
internal class Program
{
internal static void Main()
{
Console.WriteLine((char)('生' & '死'));
}
}
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked