Advertisement
MaximGGoose

Машкоф читай

Feb 14th, 2024 (edited)
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.10 KB | None | 0 0
  1. func compare(s string) string {
  2.     s = strings.Replace(s, "-", "")
  3.     slice := strings.Fields(s)
  4.  
  5.     ...
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement