conventions.io

Tech Challenge

2026-06-04

🦫

Daily Tech Challenge

Go

medium
Question 1 of 5

What does this program print?

Example
package main

import "fmt"

func main() {
    var s []int
    fmt.Println(s == nil, len(s))
}

Thursday, June 4, 2026 · A new challenge drops every day