Tech Challenge
2026-06-24
🦫
Daily Tech Challenge
Go
medium
Question 1 of 5
What does this Go program print?
Example
package main
import "fmt"
func main() {
var x = []int{1, 2, 3}
var y = 42
fmt.Printf("%T %T\n", x, y)
}Wednesday, June 24, 2026 · A new challenge drops every day