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

8 lines
66 B
Go
Raw Normal View History

2023-11-14 23:33:55 +01:00
package main
import "fmt"
func main() {
fmt.Println("hallo")
}