fixing the mess

This commit is contained in:
2026-09-10 21:18:04 -04:00
parent dd7e213077
commit c7e02d7e06
5 changed files with 71 additions and 5 deletions
-5
View File
@@ -17,11 +17,6 @@ func main() {
s = append(s, 1, 1)
fmt.Printf("%d, %d, %T, %5t, %#[3]v\n", len(s), cap(s), s, s == nil)
fmt.Println("*****************************")
fmt.Println("*****************************")
fmt.Println("*****************************")
fmt.Println("*****************************")
fmt.Println("*****************************")
a := [...]int{1, 2, 3}