fork download
  1. namespace Global
  2. {
  3. class Program
  4. {
  5. public static void Main()
  6. {
  7. System.Console.WriteLine("{0}", typeof(bool?).IsValueType);
  8. }
  9. }
  10. }
Success #stdin #stdout 0.03s 36872KB
stdin
Standard input is empty
stdout
True