Advent-of-Code-2023/main.go

9 lines
95 B
Go

package main
import "fmt"
func main() {
s := "yoyo"
fmt.Printf("hello, %s\n", s)
}