Advent-of-Code/2021/day1/main.go

7 lines
66 B
Go

package main
import "fmt"
func main() {
fmt.Println("hallo")
}