using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace Rextester
{
public class Program
{
public static void Main(string[] args)
{
if (true ^ 1 < 0) {
Console.WriteLine("What happende here? :P");
}
}
}
}
|