Module collection (2)

This commit is contained in:
Benjamin VAUDOUR 2023-09-23 18:45:48 +02:00
parent 485fca69ec
commit 8bf49d9e03
4 changed files with 269 additions and 0 deletions

12
test/main.go Normal file
View file

@ -0,0 +1,12 @@
package main
import (
"fmt"
)
func main() {
a := []int{1, 2, 3}
fmt.Println(a)
clear(a)
fmt.Println(a)
}

BIN
test/test Executable file

Binary file not shown.