I have more or less the following code implemented in C #:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace Teste
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine(0134.ToString());
}
}
}
But it does not display int 0134
all:
O 0 on the left is not appearing.