conventions.io

Tech Challenge

2026-06-14

🦫

Daily Tech Challenge

Go

medium
Question 1 of 5

What does this Go program print?

Example
package main

import "fmt"

func main() {
	fmt.Println(6 &^ 3)
}

Sunday, June 14, 2026 · A new challenge drops every day