fork download
  1. class Z{
  2. public static void Main(){
  3. char x = '●';
  4. System.Console.WriteLine(x); // added afterwards on 2011-03-08 to show string is not display correctly on this site
  5. }
  6. }
Success #stdin #stdout 0.01s 37968KB
stdin
Standard input is empty
stdout
?