static void Main(string[] args) { StringCalculator stringCalculator = new StringCalculator(); stringCalculator.Add("//;\n1;2"); }