Advertisement
BERKYT

Задание

Feb 10th, 2025
49
0
13 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.14 KB | None | 0 0
  1. package main
  2.  
  3. import (
  4.     "fmt"
  5. )
  6.  
  7. func main() {
  8.     // Исходный массив
  9.     arr := []int{10, 20, 30, 40, 50, 60, 70, 80, 90, 100}
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement