| 123456789101112131415161718 |
- //############################################################
- // https://github.com/yuzhengyang
- // author:yuzhengyang
- //############################################################
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace Y.Utils.DataUtils.StringUtils
- {
- public static class SimilarString
- {
- public static int Simple()
- {
- return 100;
- }
- }
- }
|