fork download
  1. using static System.Console;
  2. using static System.Convert;
  3.  
  4. public class Program {
  5. public static void Main() {
  6. var x = 2;
  7. WriteLine(ToChar(x + 48));
  8. }
  9. }
  10.  
  11. //https://pt.stackoverflow.com/q/261784/101
Success #stdin #stdout 0.02s 16104KB
stdin
Standard input is empty
stdout
2