conventions.io

Tech Challenge

2026-06-29

🦫

Daily Tech Challenge

Go

medium
Question 1 of 5

What does this Go program print?

Example
package main

import "fmt"

func main() {
	x := 65
	fmt.Println(string(x))
}

Monday, June 29, 2026 · A new challenge drops every day