fork download
  1. using static System.Console;
  2. using System.Globalization;
  3.  
  4. namespace ConsoleApplication4 {
  5. public class Program {
  6. public static void Main(string[] args) => WriteLine(double.Parse("2.0", new CultureInfo("en-US")));
  7. }
  8. }
  9.  
  10. //https://pt.stackoverflow.com/q/170977/101
Success #stdin #stdout 0.02s 16080KB
stdin
Standard input is empty
stdout
2