SimilarString.cs 234 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace Y.Utils.StringUtils
  5. {
  6. public static class SimilarString
  7. {
  8. public static int Simple()
  9. {
  10. return 100;
  11. }
  12. }
  13. }