blob: fd1a0d7400de65eb31ceda1f4b0e86498767fdf1 [file] [log] [blame]
package main
import (
"fmt"
)
func main() {
fmt.Println("who even needs fmt?")
}