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

8 lines
69 B
Go
Raw Normal View History

2023-11-22 14:16:43 +01:00
package main
import "fmt"
func main() {
fmt.Println("Go Fast!")
}