fork download
  1. public class Program {
  2. public static void Main() {
  3. var x = 0u;
  4. System.Console.WriteLine(x - 1);
  5. }
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/284886/101
Success #stdin #stdout 0.02s 15956KB
stdin
Standard input is empty
stdout
4294967295