Notice: file_put_contents(): Write of 15925 bytes failed with errno=28 No space left on device in /var/www/tgoop/post.php on line 50
Go tests@golangtests P.392
GOLANGTESTS Telegram 392
Что выведет код ?

package main

import (
"fmt"
)

func main() {
var x int
lstArray := []int{1, 2, 3}
x, lstArray = lstArray[0], lstArray[1:]
fmt.Println( x, lstArray)
}


Ответ

@golangtests
🔥42



tgoop.com/golangtests/392
Create:
Last Update:

Что выведет код ?

package main

import (
"fmt"
)

func main() {
var x int
lstArray := []int{1, 2, 3}
x, lstArray = lstArray[0], lstArray[1:]
fmt.Println( x, lstArray)
}


Ответ

@golangtests

BY Go tests




Share with your friend now:
tgoop.com/golangtests/392

View MORE
Open in Telegram


Telegram News

Date: |

Administrators Public channels are public to the internet, regardless of whether or not they are subscribed. A public channel is displayed in search results and has a short address (link). With the administration mulling over limiting access to doxxing groups, a prominent Telegram doxxing group apparently went on a "revenge spree." Telegram Channels requirements & features The Standard Channel
from us


Telegram Go tests
FROM American