adventofcode2021/6-1/main.go

8 lines
64 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Yeet")
}